packages feed

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

<ruleset name="GLAD (Gay &amp; Lesbian Advocates &amp; Defenders)" platform="mixedcontent">
	<target host="glad.org" />
	<target host="*.glad.org" />

	<rule from="^http://(?:www\.)?glad\.org/" to="https://www.glad.org/" />
	<rule from="^http://([a-zA-Z0-9\-]+)\.glad\.org/" to="https://$1.glad.org/" />

	<!-- Invoking https://glad.org/ produces a certificate error, so redirect
	https://glad.org/ to https://www.glad.org/ -->
	<rule from="^https://glad\.org/" to="https://www.glad.org/" />
</ruleset>