packages feed

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

<!--
	Nonfunctional subdomains:

		- greenandgold.uaa	(record_too_long)
		- krua.uaa *
		- lib.uaa		(mismatched, CN: *.consortiumlibrary.org)
		- technology.uaa	(shows www.uaa)
		- webmail.uaa *

	* Prints "Welcome to the Technology Site"


	Problematic subdomains:

		- uaa		(cert only matches *.uaa)
		- www.uas	(works, expired, self-signed)

-->
<ruleset name="University of Alaska (partial)" platform="mixedcontent">

	<target host="alaska.edu" />
	<target host="*.alaska.edu" />
	<target host="www.*.alaska.edu" />
	<target host="biotech.inbre.alaska.edu" />
	<target host="lib.uaa.alaska.edu" />
	<target host="*.vpn.alaska.edu" />


	<securecookie host="^www\.uaa\.alaska\.edu$" name=".+" />


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

	<rule from="^http://(authserv|(?:www\.)?(avo|uaonline)|cirt|edir|elmo|email|biotech\.inbre|lists|service|(?:swf|uaf)-1\.vpn|yukon)\.alaska\.edu/"
		to="https://$1.alaska.edu/" />

	<rule from="^https?://lib\.uaa\.alaska\.edu/"
		to="https://consortiumlibrary.org/" />

</ruleset>