packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Outlook_Live.xml

<!--
	For other Microsoft coverage, see Microsoft.xml.


	Fully covered subdomains:

		- ^
		- autodiscover-s
		- m
		- r3.res
		- www

-->
<ruleset name="Outlook Live">

	<target host="outlook.com" />
	<target host="*.outlook.com" />


	<!--	Observed cookie subdomains:

			- ^
			- .
			- autodiscover-s
			- m
			- www
					-->
	<securecookie host="^(?:.*\.)?outlook\.com$" name=".+" />


	<rule from="^http://((?:autodiscover-s|m|r3\.res|www)\.)?outlook\.com/"
		to="https://$1outlook.com/" />

</ruleset>