packages feed

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

<!--
	Nonfunctional subdomains:

		- blog	(cert: smarthide.com; shows that domain's data)

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

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


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


	<!--	Cert doesn't match www.	-->
	<rule from="^http://(?:www\.)?smarthide\.com/"
		to="https://smarthide.com/" />

</ruleset>