packages feed

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

<ruleset name="KidsHealth/TeensHealth">
	<target host="kidshealth.org" />
	<target host="secure02.kidshealth.org" />
	<target host="websrv01.kidshealth.org" />
	<target host="www.kidshealth.org" />
	<target host="teenshealth.org" />
	<target host="www.teenshealth.org" />

	<securecookie host="^(secure02|websrv01)\.kidshealth\.org$" name=".+" />

	<rule from="^http://(secure02|websrv01)\.kidshealth\.org/" to="https://$1.kidshealth.org/" />
	<rule from="^http://(www\.)?kidshealth\.org/" to="https://secure02.kidshealth.org/" />
	<rule from="^http://(www\.)?teenshealth\.org/?$" to="https://secure02.kidshealth.org/teen/" />
	<rule from="^http://(www\.)?teenshealth\.org/([^?]+)" to="https://secure02.kidshealth.org/$2" />
</ruleset>