packages feed

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

<!--
	s3.amazonaws.com/assets.sbnation.com/
	chalk-images.s3.amazonaws.com

	!functional:
		- cdn[0-3].sbnation.com		(data not on www)

	data from cdn[0-3] all appear identical
-->
<ruleset name="SB Nation (partial)" platform="mixedcontent">

	<target host="sbnation.com"/>
	<target host="www.sbnation.com"/>

	<!--	observed cookies:
			- _session_id	-->
	<securecookie host="^www\.sbnation\.com$" name=".*"/>

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

</ruleset>