packages feed

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

<!--	!functional:
		- softcom.com	(timeout)
-->
<ruleset name="SoftCom (partial)" platform="mixedcontent">

	<target host="daha.net"/>
	<target host="www.daha.net"/>
	<target host="mail2web.com"/>
	<target host="*.mail2web.com"/>
	<target host="myhosting.com"/>
	<target host="*.myhosting.com"/>
	<target host="slhost.com"/>
	<target host="*.slhost.com"/>
	<target host="helpdesk.softcom.com"/>

	<securecookie host="^(.*\.)?(mail2web|myhosting|slhost|softcom)\.com$" name=".*"/>

	<rule from="^http://(www\.)?daha\.net/(assets/|fancybox/|\w+\.(css|ico|png)|[\w\-/]*images/)"
		to="https://$1daha.net/$2"/>

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

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

	<rule from="^http://assets\d*\.myhosting\.com/"
		to="https://d2b9wiydujghh5.cloudfront.net/"/>

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

	<rule from="^http://helpdesk\.softcom\.com/"
		to="https://helpdesk.softcom.com/"/>

</ruleset>