packages feed

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

<!--
	Other Seonet Multimedia rulesets:

		- Gigaserver.cz

	Nonfunctional:

		- (www.)vyzkousej.net	(ssl_error_rx_record_too_long)

-->
<ruleset name="Seonet Multimedia (partial)" default_off="self-signed">

	<target host="blog.gigaserver.cz" />
	<target host="kb.gigaserver.cz" />
	<target host="gigadesign.cz" />
	<target host="www.gigadesign.cz" />


	<securecookie host="^kb\.gigaserver\.cz$" name=".*" />


	<!--	!www redirects to www.
		At least the homepage doesn't work properly over https.	-->
	<rule from="^https?://(?:www\.)?gigadesign\.cz/(cs|image)s/"
		to="https://www.gigadesign.cz/$1s/" />


	<rule from="^http://(\w+)\.gigaserver\.cz/"
		to="https://$1.gigaserver.cz/" />

	<!--	!www redirects to www.	-->
	<rule from="^https?://(?:www\.)?seonet\.cz/"
		to="https://www.seonet.cz/" />

</ruleset>