packages feed

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

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

-->
<ruleset name="IEEE (partial)" platform="mixedcontent">

	<target host="ieee.org" />
	<target host="*.ieee.org" />
	<target host="origin.www.ieee.org" />


	<!--	Observed cookie subdomains:

			- ^.
			- ^origin.www
			- ^www
				-->
	<securecookie host="^.*\.ieee\.org$" name=".*" />


	<!--	404s over https, redirects like so over http.

		https://trac.torproject.org/projects/tor/ticket/6893
								-->
	<rule from="^https?://(?:www\.)?ieee\.org/go/renew/?$"
		to="https://www.ieee.org/membership-application/public/renew.html" />

	<rule from="^https?://(?:www\.)?ieee\.org/go/shop/?$"
		to="https://www.ieee.org/membership-catalog/index.html" />

	<!--	!www presents cert for origin.www.	-->
	<rule from="^https?://(?:www\.)?ieee\.org/"
		to="https://www.ieee.org/" />

	<!--	Homepage 403s.	-->
	<rule from="^http://eleccomm\.ieee\.org/(aliase|cs|image)s/"
		to="https://eleccomm.ieee.org/$1s/" />

	<rule from="^http://(ieeexplore|uce|origin\.www)\.ieee\.org/"
		to="https://$1.ieee.org/" />

</ruleset>