packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Act-On-Software.xml

<!--
	Nonfunctional subdomains:

		- blog	(times out)

-->
<ruleset name="Act-On Software (partial)">

	<target host="actonsoftware.com" />
	<target host="www.actonsoftware.com" />


	<!--	Observed cookies:

			- ACTON
			- wpNNNN
				- Set by 
				actonsoftware.com/acton/attachment/NNNN/
				e.g. acton/attachment/1205/f-0005/0/-/-/-/-/file.pdf
					-->
	<securecookie host="^(www\.)?actonsoftware\.com$" name=".*" />


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

</ruleset>