packages feed

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

<ruleset name="Wordnik">

	<target host="wordnik.com" />
	<!--	* for cross-domain cookie.	-->
	<target host="*.wordnik.com" />


	<securecookie host="^(www)?\.wordnik\.com$" name=".*" />


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

</ruleset>