packages feed

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

<!--
	Nonfunctional domains:

		- blog.zanox.com	(shows www.stu; mismatched, CN: stu.kundenserver42.de)
		- help.zanox.com	(no https)


	Problematic domains:

		- zanox.com	(cert only matches *.zanox.com)

-->
<ruleset name="Zanox (partial)">

	<target host="zanox.com" />
	<target host="*.zanox.com" />


	<securecookie host="^(?:ad|www)\.zanox\.com$" name=".+" />


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

	<rule from="^http://(ad|ui)\.zanox\.com/"
		to="https://$1.zanox.com/" />

</ruleset>