https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/MSN-Extra.xml
<!--
Other Microsoft rulesets:
- Live.xml
- Microsoft.xml
- Microsoft-Atlas.xml
- Microsoft-mismatches.xml
- MSN.xml
- Newsvine.com.xml
- Technet.com.xml
-->
<ruleset name="MSN (other domains)">
<!-- * for cross-domain cookie. -->
<target host="*.msn.com" />
<target host="kaw.stb.s-msn.com"/>
<target host="kaw.stc.s-msn.com"/>
<!-- Set by c.atdmt.com. -->
<securecookie host="^\.msn\.com$" name="^MUID$" />
<!-- Redirects to c.atdmt.com with unique ID,
which then redirects back to c.msn, with
the unique ID appended. -->
<rule from="^http://c\.msn\.com/"
to="https://c.msn.com/" />
<rule from="^http://kaw\.(stb|stc)\.s-msn\.com/"
to="https://kaw.$1.s-msn.com/"/>
</ruleset>