packages feed

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

<ruleset name="Joyent (partial)">

	<target host="joyent.com"/>
	<target host="*.joyent.com"/>
	<target host="*.joyentcloud.com"/>
	<target host="no.de"/>
	<target host="www.no.de"/>

	<securecookie host="^(.*\.)?(joyent\.com|no\.de)$" name=".*"/>
    <exclusion pattern="^http://pkgsrc(?:[\w\-]*)?\.joyent\.com/"/>

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

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

	<rule from="^http://([\w\-]*api|my)\.joyentcloud\.com/"
		to="https://$1.joyentcloud.com/"/>

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

</ruleset>