https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/CDT.xml
<ruleset name="Center for Democracy & Technology" default_off="redirects to HTTP">
<target host="cdt.org" />
<!-- * for cross-domain cookie. -->
<target host="*.cdt.org" />
<target host="notwithoutawarrant.com" />
<target host="www.notwithoutawarrant.com" />
<securecookie host="^\.cdt\.org$" name=".*" />
<!-- Cert only matches www. -->
<rule from="^https?://(?:www\.)?cdt\.org/"
to="https://www.cdt.org/" />
<rule from="^http://(www\.)?notwithoutawarrant\.com/"
to="https://$1notwithoutawarrant.com/" />
</ruleset>