packages feed

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

<!--
	Nonfunctional subdomains:

		- careers	(shows default plesk page; expired 2011-09-30, CN: plesk)
		- meerkat	(refused)


	^ times out


	Fully covered domains:

		- email-comparethemarket.com

		- comparethemarket.com subdomains:

			- (www.)	(^ → www)
			- cdn
			- contact
			- quote
			- rewards
			- services

-->
<ruleset name="Compare The Market" platform="mixedcontent">

	<target host="email-comparethemarket.com" />
	<target host="comparethemarket.com" />
	<target host="*.comparethemarket.com" />


	<securecookie host="^(?:.*\.|email-)?comparethemarket\.com$" name=".+" />


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

	<rule from="^http://((?:cdn|contact|quote|rewards|services)\.|email-)comparethemarket\.com/"
		to="https://$1comparethemarket.com/" />

</ruleset>