packages feed

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

<ruleset name="BigCommerce">

	<target host="bigcommerce.com"/>
	<target host="account.bigcommerce.com"/>
	<target host="apps.bigcommerce.com"/>
	<target host="support.bigcommerce.com"/>
	<target host="www.bigcommerce.com"/>
	<target host="mybigcommerce.com"/>
	<target host="*.mybigcommerce.com"/>
		<exclusion pattern="^http://www\.mybigcommerce\.com/$"/>
	<target host="interspire.com"/>
	<target host="www.interspire.com"/>

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

	<rule from="^http://(account|apps|support|www)\.bigcommerce\.com/"
		to="https://$1.bigcommerce.com/"/>

	<rule from="^http://([\w\-]+)\.mybigcommerce\.com/"
		to="https://$1.mybigcommerce.com/"/>

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

	<securecookie host="^(account|support|www)\.bigcommerce\.com$" name=".*"/>
	<securecookie host="^www\.interspire\.com$" name=".*"/>
	<securecookie host=".*\.mybigcommerce\.com$" name=".*"/>

</ruleset>