packages feed

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

<!--
	Nonfunctional domains:

		- helpdesk.vispa.net

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

	<target host="secure.vispa.net.uk"/>
	<target host="www.vispahost.com"/>
	<target host="vispashop.com"/>
	<target host="www.vispashop.com"/>
	<target host="*.www.vispashop.com"/>

	<securecookie host="^secure\.vispa\.net\.uk$" name=".*"/>
	<securecookie host="^(.*\.)?vispa(host|shop)\.com$" name=".*"/>

	<rule from="^http://secure\.vispa\.net\.uk/"
		to="https://secure.vispa.net.uk/"/>

	<!--	!www doesn't exist.	-->
	<rule from="^http://www\.vispahost\.com/"
		to="https://www.vispahost.com/" />

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

</ruleset>