https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/2Checkout.xml
<!--
For problematic rules, see 2Checkout-mismatches.xml.
-->
<ruleset name="2Checkout (partial)">
<target host="*.2co.com" />
<target host="2checkout.com" />
<!-- * for cross-domain cookie. -->
<target host="*.2checkout.com" />
<securecookie host="^shopping\.2co\.com$" name=".*" />
<securecookie host="^\.2checkout\.com$" name=".*" />
<!-- Cert only matches www. -->
<rule from="^https?://(?:www\.)?2checkout\.com/"
to="https://www.2checkout.com/" />
<!-- //2co.com shows sedo domain parking page. -->
<rule from="^http://(shopping|www)\.2co\.com/"
to="https://$1.2co.com/" />
</ruleset>