packages feed

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

<!--
	Nonfunctional subdomains:

		- blog
		- developers (cert: *.mindtouch.us; at least some pages & files redirect to http)
		- info	(cert: *.marketo.com; / redirects to app-f.marketo.com; other paths 404)

-->
<ruleset name="Gigya (partial)" platform="mixedcontent">

	<target host="gigya.com" />
	<target host="*.gigya.com" />
		<exclusion pattern="^http://info\." />

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

	<!--	Akamai	-->
	<rule from="^https?://cdn\.gigya\.com/"
		to="https://origin.gigya.com/" />

</ruleset>