packages feed

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

<ruleset name="Costco">

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

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

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

	<!-- The content of content and www are actually not identical. -->
	<!-- <rule from="^https?://content\.costco\.com/"
		to="https://www.costco.com/"/> -->

</ruleset>