https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/MyWOT.xml
<ruleset name="MyWOT">
<target host="mywot.com" />
<target host="www.mywot.com" />
<target host="search.mywot.com" />
<target host="api.mywot.com" />
<rule from="^http://(?:www\.)?mywot\.com/" to="https://www.mywot.com/" />
<rule from="^http://search\.mywot\.com/" to="https://search.mywot.com/" />
<!-- api.mywot.com for the time being breaks the MyWOT extension:
https://trac.torproject.org/projects/tor/ticket/5912 -->
<securecookie host="^\.?(?:search|www)?\.mywot\.com" name=".*" />
</ruleset>