packages feed

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

<!--	!functional:
		- (www.)dizinc.com	(ssl_error_rx_record_too_long)
		- status.hostdime.com	(ssl_error_rx_record_too_long)
-->
<ruleset name="HostDime (partial)">

	<target host="hostdime.com"/>
	<target host="*.hostdime.com"/>
	<target host="hostdimedomains.com"/>
	<target host="www.hostdimedomains.com"/>

	<securecookie host="^(.*\.)?hostdime\.com$" name=".*"/>

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

	<!--	cert !match !www	-->
	<rule from="^http://(?:www\.)?hostdimedomains\.com/"
		to="https://www.hostdimedomains.com/"/>

</ruleset>