packages feed

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

<ruleset name="CONVAR (partial)" platform="mixedcontent">

	<target host="convar.com"/>
	<target host="*.convar.com"/>
		<exclusion pattern="^http://(jas|repairservice|sam)\.convar\.com/"/>
	<target host="convar.de"/>
	<target host="*.convar.de"/>
	<target host="datenretter.de"/>
	<target host="*.datenretter.de"/>
	<target host="tuv.com"/>
	<target host="www.tuv.com"/>
	<target host="tuvdotcom.com"/>
	<target host="www.tuvdotcom.com"/>

	<securecookie host="^(.*\.)?(convar|tuvdotcom)\.com$" name=".*"/>
	<securecookie host="^(.*\.)?datenretter\.de$" name=".*"/>

	<!--	mismatch, .com hosts same data	-->
	<rule from="^http://(www\.)?convar\.de/([\w\W]+)"
		to="https://$1convar.com/$2?language=2"/>

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

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

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

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

</ruleset>