packages feed

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

<!--
	Nonfunctional:

		- newlsiit.u-strasbg.fr

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

	<target host="unistra.fr" />
	<target host="*.unistra.fr" />


	<!--	Observed cookies:

			- lsiit-cnrs
				- PHPSESSID
			- www
				- fe_typo_user
					-->
	<securecookie host="^www.unistra.fr$" name=".*" />


	<rule from="^http://(lsiit-cnrs\.|www\.)?unistra\.fr/"
		to="https://$1unistra.fr/" />

</ruleset>