packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Bluehost.xml

<!--
	Fully covered subdomains:

		- img *

	* Server is configured for rc4 only.

-->
<ruleset name="BlueHost">

	<target host="bluehost.com" />
	<target host="*.bluehost.com" />


	<securecookie host="^(?:www)?\.bluehost\.com$" name=".+" />


	<rule from="^http://(?:www\.)?bluehost\.com/"
		to="https://www.bluehost.com/" />

	<rule from="^http://(box\d+|helpdesk|img|secure|tutorials)\.bluehost\.com/"
		to="https://$1.bluehost.com/" />

	<rule from="^http://serverstatus\.bluehost\.com/$"
		to="https://www.bluehost.com/cgi/serverstatus/" />

</ruleset>