packages feed

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

<ruleset name="Instructables" default_off="mismatch">

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

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

	<rule from="^http://cdn\.instructables\.com/"
		to="https://s3.amazonaws.com/instruct-deriv/"/>

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

	<securecookie host="^\.instructables\.com$" name=".*"/>

</ruleset>