packages feed

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

<!--	nonfunctional:
		- atlanticmediacompany.com	(cert: secure.nationaljournal.com)
		- cdn.govexec.com		(cert: gp1.wac.edgecastcdn.net)
		- (www.)nationaljournal.com	(timeout)
		- media.nationaljournal.com	(ditto)
		- www.theatlantic.com		(cert: ssl.theatlantic.com)
		- advertising.theatlantic.com	(ditto)
		- cdn.theatlantic.com		(cert: gp1.wac.edgecastcdn.net)
-->
<ruleset name="Atlantic Media (partial)">

	<target host="govexec.com"/>
	<target host="*.govexec.com"/>
	<target host="secure.nationaljournal.com"/>
	<target host="ssl.theatlantic.com"/>

	<!--	cert is not valid for !www.
		cdn is hosted on edgecast and 404s as-is.	-->
	<rule from="^http://(?:cdn\.|www\.)?govexec\.com/"
		to="https://www.govexec.com/"/>

	<rule from="^http://secure\.nationaljournal\.com/"
		to="https://secure.nationaljournal.com/"/>

	<rule from="^http://ssl\.theatlantic\.com/"
		to="https://ssl.theatlantic.com/"/>

</ruleset>