packages feed

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

<!--
	Nonfunctional:

		- uns.randomintervals.com	(cert: api.vistumbler.net; shows that domain's data)

-->
<ruleset name="Random Intervals (partial)" platform="mixedcontent">

	<target host="randomintervals.com" />
	<target host="www.randomintervals.com" />
	<target host="vistumbler.net" />
	<target host="*.vistumbler.net" />
	<target host="wifidb.net" />
	<target host="*.wifidb.net" />


	<!--	!www doesn't work over https, redirects over http.	-->
	<rule from="^http://(?:www\.)?randomintervals\.com/"
		to="https://www.randomintervals.com/" />

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

	<rule from="^http://api\.vistumbler\.net/"
		to="https://api.vistumbler.net/" />

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

	<rule from="^http://live\.wifidb\.net/"
		to="https://live.wifidb.net/" />

</ruleset>