packages feed

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

<!--	!functional:
		- antivirus:		(cert: (www.)downloads.comodo.com; 404)
		- backup		(cert: (www.)comodo.com; redirects there)
		- system-utilities	(cert: (www.)secure.comodo.net; redirects there)
-->
<ruleset name="Comodo  (partial)" platform="mixedcontent">

	<target host="comodo.com"/>
	<target host="www.downloads.comodo.com"/>	
	<target host="www.secure.comodo.com"/>	
	<target host="*.comodo.com"/>
		<exclusion pattern="^http://(antivirus|backup|system-utilities)\."/>


	<securecookie host="^(.*\.)?comodo\.com$" name=".*"/>


	<rule from="^http://(?:(download|enterprise|m|personalfirewall|ssl|support|www)|(?:www\.)?(downloads|secure)(\.))?comodo\.com/"
		to="https://$1$2$3comodo.com/"/>

	<!--	Check Web-Inspector-App.xml
		https://trac.torproject.org/projects/tor/ticket/8133	-->
	<rule from="^https?://siteinspector\.comodo\.com/"
		to="https://app.webinspector.com/" />

</ruleset>