packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Comic-Con-Intl.xml

<ruleset name="Comic-Con International">
	<target host="comic-con.net" />
	<target host="www.comic-con.net" />
	<target host="comic-con.org" />
	<target host="secure.comic-con.org" />
	<target host="secure2.comic-con.org" />
	<target host="www.comic-con.org" />

	<securecookie host="^secure2?.comic-con.org$" name=".+" />

	<!-- Accessing http://comic-con.org/rss/ may produce an error if the following rule does
	not include redirection of the https://comic-con.org/ (note the https) URL -->
	<rule from="^https?://(www\.)?comic-con\.(net|org)/" to="https://secure.comic-con.org/" />
	<rule from="^http://(secure2?)\.comic-con\.(net|org)/" to="https://$1.comic-con.org/" />
</ruleset>