packages feed

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

<!--
	Nonfunctional subdomains:
		- (www.)	(cert: ask.linaro.org; redirects to http)
		- connect	(cert: ditto; 404)
		- status	(cert: wiki.linaro.org; redirects to http)

-->
<ruleset name="Linaro (partial)" default_off="webmaster request">

	<target host="ask.linaro.org"/>
	<target host="planet.linaro.org"/>
	<target host="wiki.linaro.org"/>

	<securecookie host="^(ask|wiki)\.linaro\.org$" name=".*"/>

	<rule from="^http://(ask|wiki)\.linaro\.org/"
		to="https://$1.linaro.org/"/>

	<rule from="^http://planet\.linaro\.org/openid/"
		to="https://planet.linaro.org/openid/"/>

</ruleset>