packages feed

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

<!--
	Other Fairfax Media rulesets:

		- Fairfax-Digital.xml
		- Find-a-Babysitter.xml
		- InvestSMART.xml
		- RSVP.xml


	Nonfunctional subdomains:

		- ads		(times out)
		- data		(Akamai; 404; not on origin-data nor www)
		- oft		(Akamai; "Service Unavailable; not on www)
		- origin-oft	(exists, but doesn't support https)
		- resources	(Akamai; 404; wz/images/ not on origin-resources nor www)

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

	<target host="weatherzone.com.au" />
	<target host="*.weatherzone.com.au" />
		<!--	wz/images/ads/ & wz/images/openx don't
			follow the pattern described below.	-->
		<exclusion pattern="^http://resources\.weatherzone\.com\.au/(images/widgets/graphics|wz/images/(ads|openx|widgets/graphics))/" />

	<!--	Cert doesn't match !www.	-->
	<rule from="^https?://weatherzone\.com\.au/"
		to="https://www.weatherzone.com.au/" />

	<rule from="^http://www\.weatherzone\.com\.au/(customise\.jsp|i(mag|nclud)es/|join/)"
		to="https://www.weatherzone.com.au/$1" />

	<!--	Cert is valid for resources, but resources
		appears to point to www over https.
			Resources.../wz/foo/ maps to www.../foo/.	-->
	<rule from="^https?://resources\.weatherzone\.com\.au/(?:wz/)?i(mag|nclud)es/"
		to="https://www.weatherzone.com.au/i$1es/" />

</ruleset>