packages feed

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

<ruleset name="Infomaniak Network">

	<target host="infomaniak.ch" />
	<target host="www.infomaniak.ch" />
	<target host="infomaniak.com" />
	<target host="*.infomaniak.com" />


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


	<!--	Cert doesn't match, redirects like so.	-->
	<rule from="^https?://(www\.)?infomaniak\.ch/"
		to="https://$1infomaniak.com/" />

	<!--	Observed domains:

			- company
			- ecology
			- hosting
			- infrastructure
			- partners
			- streaming
			- support
			- www
				-->
	<rule from="^http://(\w+\.)?infomaniak\.com/"
		to="https://$1infomaniak.com/" />

</ruleset>