https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/StrongSwan.xml
<ruleset name="StrongSwan (partial)" platform="cacert mixedcontent">
<target host="strongswan.org" />
<target host="*.strongswan.org" />
<!-- Cert valid, but shows CRL files. -->
<exclusion pattern="^http://git\." />
<!-- Observed cookie domains:
- ^/
- ^wiki
- ^www
-->
<securecookie host="^(.*\.)?strongswan\.org$" name=".*" />
<!-- Observed subdomains:
- downloads
- wiki
- www
-->
<rule from="^http://(\w+\.)?strongswan\.org/"
to="https://$1strongswan.org/" />
</ruleset>