packages feed

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

<!--
	Problematic subdomains:

		- static	(CN: gp1.wac.edgecastcdn.net; 404)

-->
<ruleset name="Linkbucks">

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


	<securecookie host="^(?:www\.)?linkbucks\.com$" name=".+" />


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

</ruleset>