packages feed

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

<ruleset name="Pardot (partial)" platform="mixedcontent">

	<target host="pardot.com"/>
	<!--	www-cdn2: netdna-ssl.com	-->
	<target host="*.pardot.com"/>

	<!-- www https causes www-cdn\d (not) to be fetched over https too	-->
	<rule from="^https?://www-cdn\d\.pardot\.com/"
		to="https://www.pardot.com/"/>

	<rule from="^http://pardot\.com/"
		to="https://www.pardot.com/"/>

	<rule from="^http://(blog|go|help|pi|www)\.pardot\.com/"
		to="https://$1.pardot.com/"/>

</ruleset>