packages feed

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

<!--	!functional:
		- blog.customerlobby.com	(cert: www.customerlobby.com, shows blank page)
-->
<ruleset name="Customer Lobby (partial)">

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

	<securecookie host="^(.*\.)?customerlobby\.com$" name=".*"/>

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

</ruleset>