packages feed

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

<ruleset name="Techidiots.net" platform="mixedcontent">

	<target host="electronicinsanity.com" />
	<target host="www.electronicinsanity.com" />
	<target host="techidiots.net" />
	<target host="*.techidiots.net" />
	<!--	* for cross-domain cookies.	-->
	<target host="*.forum.techidiots.net" />


	<securecookie host="^\.forum\.techidiots\.net$" name=".*" />


	<!--	!www times out over https, redirects over http.		-->
	<rule from="^http://(?:www\.)?electronicinsanity\.com/"
		to="https://www.electronicinsanity.com/" />

	<!--	!www times out over https, redirects over http.		-->
	<rule from="^http://(?:www\.)?techidiots\.net/"
		to="https://www.techidiots.net/" />

	<rule from="^http://forum\.techidiots\.net/"
		to="https://forum.techidiots.net/" />

</ruleset>