packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Carnegie-Mellon-University.xml

<!--
	Nonfunctional subdomains:

		- www.link.cs

-->
<ruleset name="Carnegie Mellon University (partial)">

	<target host="cmu.edu"/>
	<target host="*.cmu.edu"/>
	<target host="directory.andrew.cmu.edu"/>
	<target host="calendar.cs.cmu.edu"/>
	<!--	* for cross-domain cookie	-->
	<target host="*.calendar.cs.cmu.edu"/>
	<target host="www.*.cmu.edu"/>


	<securecookie host="^directory\.andrew\.cmu\.edu$" name=".*"/>
	<securecookie host="^\.calendar\.cs\.cmu\.edu$" name=".*"/>


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

	<rule from="^http://(www\.)?((directory\.)?andrew|(calendar\.)?cs)\.cmu\.edu/"
		to="https://$1$2.cmu.edu/"/>

</ruleset>