packages feed

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

<ruleset name="HostCentric" platform="mixedcontent">

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

	<securecookie host="^(.*\.)hostcentric\.com$" name=".*"/>

	<rule from="^http://(secure\.|www\.)?hostcentric\.com/"
		to="https://$1hostcentric.com/"/>

	<rule from="^http://images\.hostcentric\.com/"
		to="https://secure.hostcentric.com/images/"/>

</ruleset>