https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Association-for-Progressive-Communications.xml
<ruleset name="Association for Progressive Communications">
<target host="apc.org" />
<!-- * for cross-domain cookie. -->
<target host="*.apc.org" />
<target host="gn.apc.org" />
<!-- * for cross-subdomain cookie. -->
<target host="*.gn.apc.org" />
<securecookie host="^\.(?:www\.gn\.)?apc\.org$" name=".*" />
<rule from="^http://(www\.)?apc\.org/"
to="https://$1apc.org/" />
<!-- Cert only matches *.gc.apc.org -->
<rule from="^https?://(?:www\.)?gc\.apc\.org/"
to="https://www.gc.apc.org/" />
</ruleset>