packages feed

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

<!--
	Nonfunctional subdomains:

		- guest\d\d	(from which files are retrieved)

-->
<ruleset name="Extabit (partial)" default_off="expired">

	<target host="extabit.com" />
	<target host="www.extabit.com" />


	<!--	info, extau, and vs are sent to guest\d\d
		ToDo: Find out if they're all necessary.

		Other cross-domain cookies observed:

			- b
			- fdl
			- einfo
			- extabit_f
			- PHPSESSID
			- iua

	This matches all of those listed, and
	not those sent to guest\d\d.
					-->
	<securecookie host="^\.extabit\.com$" name="^(\w|\w{3}|\w{6,}|einfo)$" />


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

</ruleset>