packages feed

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

<!--
	For problematic rules, see F5-mismatches.xml.


	Nonfunctional subdomains:


		- support.f5.com	(redirects to login)


	f5.com.tw & f5networks.co.kr doesn't work over http => status unknown.

-->
<ruleset name="F5">

	<target host="f5.com" />
	<target host="*.f5.com" />
	<target host="f5networks.co.jp" />
	<target host="www.f5networks.co.jp" />


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


	<!--	Cert only matches www.	-->
	<rule from="^https?://(?:www\.)?f5\.com/"
		to="https://www.f5.com/" />

	<rule from="^http://(devcentral|login)\.f5\.com/"
		to="https://$1.f5.com/" />

	<!--	At least the homepage displays a link to http.	-->
	<rule from="^http://(www\.)?f5networks\.co\.jp/(images|shared)/"
		to="https://$1f5networks.co.jp/$2/" />

</ruleset>