packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Awio-Web-Services.xml

<!--	Problematic domain handled in Awio-Web-Services-mismatches.xml
-->
<ruleset name="Awio Web Services (partial)">

	<target host="app.dialshield.com"/>
	<target host="visitorboost.com"/>
	<target host="*.visitorboost.com"/>
	<target host="w3roi.com"/>
	<target host="*.w3roi.com"/>

	<securecookie host="^app\.dialshield\.com$" name=".*"/>
	<securecookie host="^(.*\.)?(visitorboost|w3roi)\.com$" name=".*"/>

	<rule from="^http://app\.dialshield\.com/"
		to="https://app.dialshield.com/"/>

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

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

</ruleset>