packages feed

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

<!--	!functional:
		- brandedcontent.adage.com
		- events.adage.com		(ssl_error_rx_record_too_long)
		- mediakit.adage.com		(ditto)
		- jobs.adagetalentworks.com	(cert: insurancepathway.com; shows that domain's data)
		- (www.)crain.com
		- (www.)idea2009.org		(ssl_error_rx_record_too_long)
-->
<ruleset name="Crain Communications (partial)" platform="mixedcontent">

	<target host="adage.com"/>
	<target host="amiga.adage.com"/>
	<target host="www.amiga.adage.com"/>
	<target host="gaia.adage.com"/>
	<target host="www.adage.com"/>
	<target host="sec.crain.com"/>
	<target host="creativity-online.com"/>
	<target host="www.creativity-online.com"/>

	<securecookie host="^sec\.crain\.com$" name=".*"/>

	<rule from="^http://(?:www\.)?adage\.com/(help/|(?:login|register)\.php)"
		to="https://adage.com/$1"/>

	<!--	server does this, pre-empt it	-->
	<rule from="^http://(?:www\.)?adage\.com/(image|script)s/"
		to="https://gaia.adage.com/$1s/"/>

	<rule from="^http://((?:www\.)?amig|gai)a\.adage\.com/"
		to="https://$1a.adage.com/"/>

	<rule from="^http://sec\.crain\.com/"
		to="https://sec.crain.com/"/>

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

</ruleset>