packages feed

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

<!--
	For other Microsoft coverage, see Microsoft.xml.


-->
<ruleset name="Photosynth" platform="mixedcontent">

	<target host="photosynth.net" />
	<target host="*.photosynth.net" />


	<securecookie host="^(www\.)?photosynth\.net$" name=".*" />


	<!--	cdn:
			- Cert: *.sharepointonline.com
			- Shows blank page over https
				-LimeLight CDN?
					-->
	<rule from="^https?://(?:cdn\.|(www\.))?photosynth\.net/"
		to="https://$1photosynth.net/" />

</ruleset>