packages feed

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

<ruleset name="ClickBank (partial)">

	<target host="clickbank.com"/>
	<target host="*.clickbank.com"/>
	<target host="clickbank.net"/>
	<target host="*.clickbank.net"/>

	<rule from="^http://(?:www\.)?clickbank\.(?:com|net)/"
		to="https://www.clickbank.com/"/>

	<rule from="^http://ssl\.clickbank\.net/"
		to="https://ssl.clickbank.net/"/>

	<securecookie host="^(www)?\.clickbank\.com$" name=".*"/>
	<securecookie host="^(ssl)?\.clickbank\.net$" name=".*"/>

</ruleset>