packages feed

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

<!--
	Nonfunctional:

		- blog.proofpoint.com		(times out; hosted on Typepad)
		- investors.proofpoint.com	(cert: *.shareholder.com; 403)

-->
<ruleset name="Proofpoint (partial)">

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


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

	<!--	At least these paths redirect to http:

			- $
			- favicon.ico$
			- id/gartner-email-security-magic-quadrant/index.php
						-->
	<rule from="^http://www\.proofpoint\.com/(asset|cs|image|partner)s/"
		to="https://www.proofpoint.com/$1s/" />

	<rule from="^http://support\.proofpoint\.com/"
		to="https://support.proofpoint.com/" />

</ruleset>