packages feed

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

<!--
	Nonfunctional domains:

		- (www.)askyourneighbour.ca	(ssl_error_rx_record_too_long)

-->
<ruleset name="Hello Neighbour">

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


	<securecookie host="^www\.helloneighbour\.com$" name=".*" />


	<!--	Cert only matches www.	-->
	<rule from="^https?://(?:www\.)?helloneighbour\.com/"
		to="https://www.helloneighbour.com/" />

</ruleset>