packages feed

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

<ruleset name="EDGAR Online">

	<target host="edgar-online.com"/>
	<target host="*.edgar-online.com"/>

	<securecookie host="^(.*\.)edgar-online\.com$" name=".*"/>

	<!--	!www doesn't work over https, redirects to homepage over http.	-->
	<rule from="^http://edgar-online\.com/"
		to="https://www.edgar-online.com/"/>

	<!--	charts are embedded on 3rd-party websites.
		!found any nonfunctional subdomains, encountered:
		charts, pro, signup, www	-->
	<rule from="^http://(\w+)\.edgar-online\.com/"
		to="https://$1.edgar-online.com/"/>

</ruleset>