https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Stable-Host.xml
<!--
Nonfunctional subdomains:
- blog (ssl_error_rx_record_too_long)
- cdn (times out)
-->
<ruleset name="Stable Host (partial)">
<target host="stablehost.com" />
<target host="www.stablehost.com" />
<securecookie host="^billing\.stablehost\.com$" name=".*" />
<!-- Some pages redirect to http. -->
<rule from="^http://(www\.)?stablehost\.com/(css/|images/|login\.php)"
to="https://$1stablehost.com/$2" />
<rule from="^http://billing\.stablehost\.com/"
to="https://billing.stablehost.com/" />
<rule from="^https?://cdn\.stablehost\.com/"
to="https://www.stablehost.com/images/" />
</ruleset>