https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Beyond-Security.xml
<ruleset name="Beyond Security">
<target host="beyondsecurity.com" />
<target host="*.beyondsecurity.com" />
<!--
Pages started redirecting to http.
-->
<exclusion pattern="^http://(?:www\.)?beyondsecurity\.com/(?:.+\.html)?(?:$|\?)" />
<!-- Observed cookies:
- sp-us
-->
<securecookie host="^.*\.beyondsecurity\.com$" name=".*" />
<!-- Observed subdomains:
- secure
- sp-us
- www
-->
<rule from="^http://(\w+\.)?beyondsecurity\.com/"
to="https://$1beyondsecurity.com/" />
</ruleset>