packages feed

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

<!--
	Nonfunctional subdomains:

		- blog		(reset)
		- (www.)	(cert: *.jottit.com; redirects there)

-->
<ruleset name="Demand Progress (partial)">

	<target host="demandprogress.org" />
	<target host="*.demandprogress.org" />


	<securecookie host="^act\.demandprogress\.org$" name=".*" />


	<rule from="^http://(?:www\.)?demandprogress\.org/(cs|image)s/"
		to="https://s3.amazonaws.com/s3.demandprogress.org/$1s/" />

	<rule from="^http://act\.demandprogress\.org/"
		to="https://act.demandprogress.org/" />

	<rule from="^http://s3\.demandprogress\.org/"
		to="https://s3.amazonaws.com/s3.demandprogress.org/" />

</ruleset>