packages feed

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

<ruleset name="GetClicky">

	<target host="getclicky.com"/>
	<target host="*.getclicky.com"/>
	<target host="staticstuff.net"/>
	<target host="*.staticstuff.net"/>
	<!--	* for cross-domain cookie	-->
	<target host="*.hello.staticstuff.net"/>

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


	<rule from="^http://getclicky\.com/"
		to="https://getclicky.com/"/>

	<rule from="^http://([^/:@\.]+)\.getclicky\.com/"
		to="https://$1.getclicky.com/"/>

	<rule from="^http://hello\.staticstuff\.net/"
		to="https://hello.staticstuff.net/"/>

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

</ruleset>