packages feed

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

<!--
	Nonfunctional:

		- (www.)phoronix.com	(ssl_error_rx_record_too_long)

-->
<ruleset name="Phoronix Media (partial)" platform="mixedcontent">

	<target host="openbenchmarking.org" />
	<target host="www.openbenchmarking.org" />
	<target host="phoromatic.com" />
	<target host="www.phoromatic.com" />


	<securecookie host="^openbenchmarking\.org$" name=".*" />
	<securecookie host="^phoromatic\.com$" name=".*" />


	<!--	Michael has noticed our shenanigans and disabled https for pages (unless you pay up).
		https://trac.torproject.org/projects/tor/ticket/5728	-->
	<rule from="^http://(www\.)?openbenchmarking\.org/(ads/|css/|embed\.php|favicon\.ico|s/css/)"
		to="https://$1openbenchmarking.org/$2" />

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

</ruleset>