packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Performance-Horizon-Group.xml

<ruleset name="Performance Horizon Group" platform="mixedcontent">

	<target host="performancehorizon.com" />
	<target host="www.performancehorizon.com" />
	<target host="prf.hn" />
	<!--	* for cross-domain cookie.	-->
	<target host="*.prf.hn" />


	<securecookie host="^\.prf\.hn$" name=".*" />


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

	<!--	Cert doesn't match www.
		Included on 3rd-party websites.	-->
	<rule from="^https?://(?:www\.)?prf\.hn/"
		to="https://prf.hn/" />

</ruleset>