packages feed

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

<!--
	Nonfunctional domains:

		- (www.)sproutbuilder.com

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

	<target host="sproutinc.com" />
	<target host="www.sproutinc.com" />


	<!--	- www doesn't work over https
		- Redirects to !www over http.
					-->
	<rule from="^https?://(?:www\.)?sproutinc\.com/"
		to="https://sproutinc.com/" />

</ruleset>