packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Argonne-National-Laboratory.xml

<!--
	For other US government coverage, see US-government.xml.


	Nonfunctional subdomains:

		- www.dis	(times out)
		- www.es	(cert: WMSvc-WATFORD2, self-signed;
				shows blank page over both http & https)
		- www.ne	(ssl_error_rx_record_too_long)
		- www		(redirects to http)

-->
<ruleset name="Argonne National Laboratory (partial)">

	<target host="*.anl.gov" />
	<target host="www.*.anl.gov" />


	<!--	- cels: Cert only matches www.cels
		- Others unchecked
		-->
	<rule from="^https?://(?:www\.)?(cels|evs|mcs)\.anl\.gov/"
		to="https://www.$1.anl.gov/" />

	<!--	- Cert only matches www.aps
		- $ 403s
			-->
	<rule from="^https?://(?:www\.)?aps\.anl\.gov/(css/|img/)"
		to="https://www.aps.anl.gov/$1" />

</ruleset>