https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/MediaTemple.xml
<!--
Nonfunctional domains:
- weblog.mediatemple.net
- wiki.mediatemple.net
-->
<ruleset name="Media Temple (partial)" platform="mixedcontent">
<target host="gridserver.com" />
<target host="*.gridserver.com" />
<target host="mediatemple.net" />
<target host="*.mediatemple.net" />
<target host="*.mt-cdn.net" />
<securecookie host=".*\.mediatemple\.net$" name=".*" />
<!-- e.g.
s69107.gridserver.com/wp-content/themes/pixel/img/interface/88x31.png
-->
<rule from="^http://(s\d+\.)?gridserver\.com/"
to="https://$1gridserver.com/" />
<rule from="^http://mediatemple\.net/"
to="https://mediatemple.net/" />
<rule from="^http://(ac|affiliate|api|bin|forum|www)\.mediatemple\.net/"
to="https://$1.mediatemple.net/" />
<rule from="^http://(?:origin|s\d)\.mt-cdn\.net/"
to="https://www.mediatemple.net/" />
</ruleset>