packages feed

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

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


	CDN buckets:

		- cdn1.editmysite.com.cdngc.net
		- cdn2.editmysite.com.cdngc.net

		- cdn1.weebly.com.cdngc.net

			- static-cdn.weebly.com


	Nonfunctional domains:

		- editmysite.com subdomains:

			- (www.) *
			- cdn[12]	(403; mismatched, CN: ssl2.cdngc.net)
			- preview *
			- static *

		- weebly.com subdomains:

			- affiliate *
			- affiliates *
			- blog *
			- help *
			- kb *
			- partnerblog *
			- partnerwith *
			- static-cdn	(403; mismatched, CN: *.pantherssl.com)
			- support *

	* Times out


	Problematic domains:

		- (www.)weebly.com	(mixed css & images from *.editmysite.com)


	Fully covered subdomains:

		- teffect

-->
<ruleset name="Weebly (partial)">

	<target host="cdn1.editmysite.com" />
	<target host="cdn2.editmysite.com" />
	<target host="weebly.com" />
	<target host="*.weebly.com" />
		<exclusion pattern="^http://(?:www\.)?weebly\.com/(?!editor/(?:app|font|image|librarie)s|images/)" />


	<!--	Set by editor/apps/showCommentForm-v2.php
								-->
	<securecookie host="^\.weebly\.com$" name="^sto-id$" />
	<!--
		Set by editor/apps/tracking_frame_static.php
								-->
	<securecookie host="^www\.weebly\.com$" name="^wt-\w{6}$" />


	<rule from="^https?://cdn\d\.editmysite\.com/(editor/(?:font|image|librarie)s/|images/(?:404background\.jpg|404_textbox\.png))"
		to="https://www.weebly.com/$1" />

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

</ruleset>