packages feed

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

<!--
	!functional:
		- (www.)neatorama.com
-->
<ruleset name="NeatoShop.com">

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

	<!--	observed cookies:
			- PHPSESSID	-->
	<securecookie host="^\.neatoshop\.com$" name=".*"/>

	<!--	static cert: static1.savingstar.com	-->
	<rule from="^http://(?:static\.|(www\.))?neatoshop\.com/"
		to="https://$1neatoshop.com/"/>

</ruleset>