packages feed

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

<!--
	Nonfunctional domains:

		- (www.)bitcoinpoolmail.com	(ssl_error_rx_record_too_long)

-->
<ruleset name="BitcoinPool" default_off="expired">

	<target host="bitcoinpool.com" />
	<!--	* for cross-domain cookies.	-->
	<target host="*.bitcoinpool.com" />


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


	<rule from="^https?://(?:www\.)?bitcoinpool\.com/"
		to="https://bitcoinpool.com/" />

</ruleset>