packages feed

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

<!--
	Nonfunctional subdomains:

		- blog		(404)
		- forum		(ditto)

-->
<ruleset name="Vuze" platform="mixedcontent">

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

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

	<!--	cf2 is on cloudfront.
		ToDo: Find bucket.	-->
	<rule from="^http://(?:cf2\.|www\.)?vuze\.com/"
		to="https://www.vuze.com/" />

</ruleset>