packages feed

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

<!--
	Nonfunctional subdomains:

		- blog *
		- forums *
		- templates *
		- webmail *

	* rx_record_too_long)


	Fully covered subdomains:

		- (www.)
		- chat
		- gbclient
		- mail...(:8443)?
		- secure
		- support
		- tickets
		- tracking

-->
<ruleset name="HostGator (partial)">

	<target host="hostgator.com" />
	<target host="*.hostgator.com" />
		<exclusion pattern="^http://(?:blog|forums|templates)\." />


	<securecookie host="^.+\.hostgator\.com$" name=".+" />


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

</ruleset>