packages feed

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

<!--
	Other UBM rulesets:

		- CRN.xml
		- InformationWeek.xml
		- OAG.xml
		- PIERS.xml
		- RISI.xml
		- TechWeb.xml
		- UBM-mismatches.xml

-->
<ruleset name="CMP">

	<target host="*.cmpnet.com" />
	<target host="cmpadministration.com" />
	<target host="www.cmpadministration.com" />


	<securecookie host="^www\.cmpadministration\.com$" name=".*" />


	<!--	Cert doesn't match cookies.	-->
	<rule from="^http://(?:cookies|i)\.cmpnet\.com/"
		to="https://i.cmpnet.com/" />

	<!--	- !www doesn't work via https.
		- Redirects to www via http.
					-->
	<rule from="^http://(?:www\.)?cmpadministration\.com/"
		to="https://www.cmpadministration.com/" />

</ruleset>