packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/University-of-Washington.xml

<!--
	For problematic rules, see University-of-Washington-self-signed.xml.


	Nonfunctional:

		- (www.)uwb.edu			(reset)
		- uwmedicine.washington.edu	(ditto)

-->
<ruleset name="University of Washington (partial)">

	<target host="uw.edu" />
	<!--	* for cross-subdomain cookie.	-->
	<target host="*.tacoma.uw.edu" />
	<target host="*.uw.edu" />
	<target host="washington.edu" />
	<target host="www.lib.washington.edu" />
	<target host="*.washington.edu" />


	<securecookie host="^\.tacoma\.uw\.edu$" name=".*" />


	<rule from="^http://(www\.(?:tacoma\.)?)?uw\.edu/"
		to="https://$1uw.edu/" />

	<!--	^tacoma: Cert only valid for www.tacoma.uw.edu.	-->
	<rule from="^https?://tacoma\.uw\.edu/"
		to="https://www.tacoma.uw.edu/" />

	<rule from="^http://((?:depts|myuw|www(?:\.lib)?)\.)?washington\.edu/"
		to="https://$1washington.edu/" />

	<!--	^lib: Cert is only valid for *.lib	-->
	<rule from="^https?://lib\.washington\.edu/"
		to="https://www.lib.washington.edu/" />

</ruleset>