packages feed

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

<!--
	Other Magento rulesets:

		- Magento_Go_images.xml


	Partially covered domains:

		- go.magento.com *
		- go.magento.co.uk *

	* At least some pages redirect to http

-->
<ruleset name="Magento (buggy)" default_off="breaks downloads">

	<target host="*.magento.com" />
	<target host="go.magento.co.uk" />
	<target host="magentocommerce.com" />
	<target host="www.magentocommerce.com" />
		<!--
			 urgh ^http://(?:www\.)?magentocommerce\.com/
									-->
  		<exclusion pattern="^http://(?:www\.)?magentocommerce\.com/download" />


	<rule from="^http://go\.magento\.com/skin/"
		to="https://go.magento.com/skin/" />

	<rule from="^http://golinks\.magento\.com/"
		to="https://golinks.magento.com/" />

	<rule from="^http://go\.magento\.co\.uk/(ee/sso|skin)/"
		to="https://go.magento.co.uk/$1/" />

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

</ruleset>