packages feed

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

<!--
	For rules that don't cause mixed content, see Weebly.xml


	Mixed css & images from *.editmysite.com

-->
<ruleset name="Weebly (mixed content)" platform="mixedcontent">

	<target host="*.editmysite.com" />
		<!--
			Handled in Weebly.xml:
						-->
		<exclusion pattern="^https://cdn\d\.editmysite\.com/(?:editor/(?:font|image|librarie)s/|images/(?:404background\.jpg|404_textbox\.png))" />
	<target host="weebly.com" />
	<target host="www.weebly.com" />
		<!--
			Started redirecting to http:
							-->
		<exclusion pattern="^http://(?:www\.)?weebly\.com/(?:$|\?)" />
		<!--
			Handled in Weebly.xml:
						-->
		<exclusion pattern="^http://(?:www\.)?weebly\.com/images/" />


	<rule from="^http://(www\.)?weebly\.com/"
		to="https://$1weebly.com/" />

	<!--	Pointed to from weebly.com:
						-->
	<rule from="^https://cdn(1|2)\.editmysite\.com/"
		to="http://cdn$1.editmysite.com/" downgrade="1" />

</ruleset>