packages feed

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

<!--
	For problematic rules, see New-Relic-mismatches.xml.

-->
<ruleset name="New Relic (partial)">

	<target host="newrelic.com" />
	<target host="*.newrelic.com" />


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


	<!--	Encountered subdomains:

			- rpm
			- support
				- hosted on Zendesk, but cert matches.
			- www
				-->
	<rule from="^http://([^b]\w*\.)?newrelic\.com/"
		to="https://$1newrelic.com/" />

</ruleset>