https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/CDNetworks.xml
<!--
Nonfunctional:
- (www.)cdnetworks.com (cert: *.pantherssl.com; shows blank page)
- landing.cdnetworks.com (interrupted)
ToDo: discover CDN scheme
-->
<ruleset name="CDNetworks (partial)">
<target host="ssl.cdngc.net" />
<target host="ssl2.cdngc.net" />
<target host="pantherportal.cdnetworks.com"/>
<target host="cdnetworks.co.jp"/>
<target host="pantherexpress.net"/>
<target host="www.pantherexpress.net"/>
<target host="*.pantherssl.com"/>
<securecookie host="^pantherportal\.cdnetworks\.com$" name=".*"/>
<rule from="^http://ssl2?\.cdngc\.net/"
to="https://ssl$1.cdngc.net/" />
<rule from="^http://cdnetworks\.co\.jp/$"
to="https://www.cdnetworks.co.jp/"/>
<rule from="^http://pantherportal\.cdnetworks\.com/"
to="https://pantherportal.cdnetworks.com/"/>
<rule from="^http://(www\.)?pantherexpress\.net/"
to="https://$1pantherexpress.net/"/>
<rule from="^http://([\w\-]+)\.pantherssl\.com/"
to="https://$1.pantherssl.com/"/>
</ruleset>