https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/XE.xml
<!--
CDN buckets:
- wac.157D.edgecastcdn.net/00157D/
- s
Problematic subdomains:
- ^ (cert only matches www)
- s (works; mismatched, CN: gp1.wac.edgecastcdn.net)
Some (most?) pages redirect to http.
-->
<ruleset name="XE (partial)">
<target host="xe.com" />
<target host="*.xe.com" />
<rule from="^https?://(?:www\.)?xe\.com/(themes/|xetrade/(?:help/)?login)"
to="https://www.xe.com/$1" />
<rule from="^http://fx2\.xe\.com/"
to="https://fx2.xe.com/" />
<rule from="^http://s\.xe\.com/"
to="https://gp1.wac.edgecastcdn.net/00157D/" />
</ruleset>