https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/WebHostingStuff.xml
<ruleset name="WebHostingStuff (partial)">
<target host="webhostingstuff.com" />
<target host="www.webhostingstuff.com" />
<rule from="^http://webhostingstuff\.com/"
to="https://webhostingstuff.com/" />
<!-- Lots of paths redirect to www. There may be more that don't. -->
<rule from="^http://www\.webhostingstuff\.com/(images/|socialmedia\.html|stuffstyle\.css)"
to="https://www.webhostingstuff.com/" />
</ruleset>