packages feed

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

<ruleset name="Shopzilla (partial)">

	<target host="bizrate.com" />
	<target host="*.bizrate.com" />
	<target host="shopzilla.com" />
	<target host="*.shopzilla.com" />


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


	<!--	Cert only matches www.	-->
	<rule from="^https?://(?:www\.)?bizrate\.com/"
		to="https://www.bizrate.com/" />

	<rule from="^http://(image|medal)s\.bizrate\.com/"
		to="https://$1s.bizrate.com/" />

	<!--	Cert only matches www.	-->
	<rule from="^https?://(?:www\.)?shopzilla\.com/"
		to="https://www.shopzilla.com/" />

	<rule from="^http://merchant\.shopzilla\.com/"
		to="https://merchant.shopzilla.com/" />

</ruleset>