packages feed

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

<!--
	For problematic rules, see Outbrain-mismatches.xml.

-->
<ruleset name="Outbrain (partial)">

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


	<securecookie host="^\w+\.outbrain\.com$" name=".*" />


	<!--	Cert only matches *.outbrain.com	-->
	<rule from="^https?://(?:www\.)?outbrain\.com/"
		to="https://www.outbrain.com/" />

	<!--	NB: secure.bluehoust.com throws 200 TOO FAT for large files.
		wp-content/uploads/ is thus handled in Outbrain-mismatches.xml.
			-->
	<rule from="^https?://blog\.outbrain\.com/wp-(content/(?:plugin|theme)|include)s/"
		to="https://secure.bluehost.com/~outbrain/blog.outbrain.com/wp-$1s/" />

	<!--	widgets: included on 3rd-party websites.	-->
	<rule from="^http://(u|widgets|images|paid|traffic)\.outbrain\.com/"
		to="https://$1.outbrain.com/" />

</ruleset>