packages feed

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

<!--	See Ustream-mismatches.xml for problematic rules.
-->
<ruleset name="Ustream (buggy)" default_off="breaks video">

	<target host="ustream.tv"/>
	<target host="*.ustream.tv"/>

	<rule from="^http://(?:www\.)?ustream\.tv/(blog|embed|en_US)/"
		to="https://www.ustream.tv/$1/"/>

	<!-- getsatisfaction.com/ustream.* redirects
		back to community.ustream.tv			-->
	<rule from="^http://community\.ustream\.tv/favicon\.ico"
		to="https://getsatisfaction.com/favicon.ico"/>

	<rule from="^http://static\.ustream\.tv/"
		to="https://static.ustream.tv/"/>

	<!--	Akamai
		also on static but this is what server does	-->
	<rule from="^http://static-cdn([12])\.ustream\.tv/"
		to="https://secure-static-cdn$1.ustream.tv/"/>

</ruleset>