packages feed

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

<!--
	Problematic subdomains:

		- ^	(no https)


	Fully covered subdomains:

		- (www.)	(^ → www)
		- asset[12]
		- www17

-->
<ruleset name="Marks &amp; Spencer" platform="mixedcontent">

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


	<securecookie host="^(?:.*\.)?marksandspencer\.com$" name=".+" />


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

	<rule from="^http://asset(1|2)\.marksandspencer\.com/"
		to="https://asset$1.marksandspencer.com/" />

</ruleset>