packages feed

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

<!--
	Bucket at s3.amazonaws.com/cdx-radar/
	maxcdn.wpengine.netdna-cdn.com

	!functional:
		www.maxcdn.com		(moved to wpengine CDN and so broke)
-->
<ruleset name="NetDNA (partial)">

	<target host="hddn.com"/>
	<target host="*.hddn.com"/>
	<target host="*.maxcdn.com"/>
        <target host="login.netdna.com"/>


	<securecookie host="^login\.(hd|maxc)dn\.com$" name=".*"/>
	<securecookie host="^maxcdn\.com$" name=".*"/>


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

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

	<rule from="^http://blog\.maxcdn\.com/wp-content/themes/Akdesigner2/"
		to="https://www.maxcdn.com/wp-content/themes/AKD2/"/>

	<rule from="^http://blog\.maxcdn\.com/wp-content/plugins/lytebox/"
		to="https://www.maxcdn.com/wp-content/plugins/lytebox/"/>

        <rule from="^http://login\.netdna\.com/"
                to="https://login.netdna.com/"/>

</ruleset>