packages feed

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

<!--
	Nonfunctional subdomains:

		- pr2support
		- support

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

	<target host="willowgarage.com" />
	<!--	* for cross-domain cookie.	-->
	<target host="*.willowgarage.com" />


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


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

</ruleset>