packages feed

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

<ruleset name="bit.ly">

	<target host="bit.ly" />
	<target host="*.bit.ly" />
	<target host="bit.ly.pro" />
	<target host="www.bit.ly.pro" />
	<target host="bitly.com" />
	<target host="www.bitly.com" />
	<target host="bitly.pro" />
	<target host="www.bitly.pro" />
	<target host="j.mp" />
	<target host="www.j.mp" />


	<securecookie host="^(?:.*\.)?bit\.ly$" name=".+" />
	<securecookie host="^bitly\.com$" name=".+" />
	<securecookie host="^\.j\.mp$" name=".+" />


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

	<rule from="^http://pix\.bit\.ly/"
		to="https://pix.bit.ly/" />

	<rule from="^http://s\.bit\.ly/"
		to="https://s3.amazonaws.com/s.bit.ly/" />

	<rule from="^http://(?:www\.)?bit\.?ly\.pro/"
		to="https://bitly.com/pro/" />

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

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

</ruleset>