packages feed

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

<!--
	Nonfunctional subdomains:
		- chat
		- download	(cert: edgecastcdn.net; 504)
		- forum
		- kb

-->
<ruleset name="Parallels (partial)">

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


	<securecookie host="^store\.parallels\.com$" name=".*"/>


	<rule from="^http://(www\.)?parallels\.com/(favicon\.ico|file(admin|s)/|r/|typo3(conf|temp)/)"
		to="https://$1parallels.com/$2"/>

	<rule from="^http://blogs\.parallels\.com/"
		to="https://parallelsblog.squarespace.com/"/>

	<!--	EdgeCast	-->
	<rule from="^http://i3\.parallels\.com/"
		to="https://www.parallels.com/"/>

	<!--	hosted by Digital River		-->
	<rule from="^http://store\.parallels\.com/"
		to="https://store.parallels.com/"/>

</ruleset>