packages feed

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

<!--
	For problematic rules, see Flightglobal-mismatches.xml.

-->
<ruleset name="Flightglobal (partial)" platform="mixedcontent">

	<target host="flightglobal.com" />
	<target host="*.flightglobal.com" />
	<target host="flightglobalshop.com" />
	<target host="www.flightglobalshop.com" />


	<!--	Observed cookie domains:

			- pro
			- www
				-->
	<securecookie host="^.*\.flightglobal\.com$" name=".*" />

	<!--	!www doesn't work.	-->
	<rule from="^http://(?:www\.)?flightglobal\.com/"
		to="https://www.flightglobal.com/" />

	<rule from="^http://pro\.flightglobal\.com/"
		to="https://pro.flightglobal.com/" />

	<!--	Some pages don't redirect to http
		ToDo: Add them here.	-->
	<rule from="^http://(www\.)?flightglobalshop\.com/(new_image|skin)s/"
		to="https://$1flightglobalshop.com/$1s/" />

</ruleset>