Skip to content

Commit

Permalink
Update MSN.xml (EFForg#9633)
Browse files Browse the repository at this point in the history
* Update MSN.xml

* Removed some old rules and targets

* Removed what cause travis to fail

* Put back working subdomains

* Added removed subdomains to comment above ruleset

* Added back subdomains, added to the top comment

* Re-removed problem targets

* Update MSN.xml

* Update MSN.xml
  • Loading branch information
afarrow authored and J0WI committed May 2, 2017
1 parent c010ccc commit 39f74b1
Showing 1 changed file with 14 additions and 29 deletions.
43 changes: 14 additions & 29 deletions src/chrome/content/rules/MSN.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
- ads
- ads1 *
- fp.images.autos **
- bedrockformsemea ⁵
- bedrockformsemeanext ⁵
- bedrockformssg ⁵
- bedrockformssgnext ⁵
- br *
- causes **
- cityofspeed **
Expand All @@ -56,6 +60,7 @@
- estc (404, akamai)
- fitbie (503, akamai)
- healthyliving *
- imgs1-video.ssl.catalog.video *
- jp
- ads1.jp (404, valid cert)
- sankei.jp *
Expand All @@ -67,6 +72,7 @@
- money (refused)
- investing.money (dropped)
- onmobile (refused)
- c.sg *
- sgst[cj] (504, akamai)
- signout *
- specials
Expand All @@ -84,8 +90,8 @@
- stjjp *
- vfcdn **
- video (503, akamai)
- catalog.video *
- hub.video (503, akamai)
- www (blank page, akamai)
- co3.www *
- wx (404, valid cert)
Expand Down Expand Up @@ -113,6 +119,7 @@
** 400
*** Reset
⁴ 503, akamai; !www redirects to www
⁵ Travis error 6: 'Could not resolve host'
Problematic hosts in *msn.com:
Expand All @@ -135,6 +142,7 @@
- c.sg (mismatched, CN: c.msn.co.jp)
- static.stratosphere (mismatched, CN: images.partner.windowsphone.com)
- img[123].catalog.video *
- imgs1-video (Mismatched)
- wonderwall Expired, Untrusted root
* Works, akamai
Expand Down Expand Up @@ -166,14 +174,12 @@

<!-- Direct rewrites:
-->
<target host="msn.com" />
<target host="www.msn.com" />
<target host="adserver.msn.com" />
<target host="bedrockbluenext.msn.com" />
<target host="bedrockformsbluenext.msn.com" />
<target host="bedrockformsemea.msn.com" />
<target host="bedrockformsemeanext.msn.com" />
<target host="bedrockformskaw.msn.com" />
<target host="bedrockformssg.msn.com" />
<target host="bedrockformssgnext.msn.com" />
<target host="blstc.msn.com" />
<target host="c.msn.com" />
<target host="*.secure.co1.msn.com" />
Expand Down Expand Up @@ -201,34 +207,20 @@
<target host="byfiles.storage.msn.com" />

<target host="udc.msn.com" />
<target host="catalog.video.msn.com" />
<target host="*.ssl.catalog.video.msn.com" />
<!--target host="www.msn.com" /-->

<!-- Complications:
-->
<target host="h.msn.com" />
<target host="imgs1-video.msn.com" />
<target host="c.jp.msn.com" />

<target host="c.sg.msn.com" />
<target host="static.stratosphere.msn.com" />

<!--exclusion pattern="^http://www.msnbc.msn.com/(?!id/)" /-->

<test url="http://login.secure.co1.msn.com/" />
<test url="http://otf.msn.com/c.gif?js=&amp;evt=&amp;di=&amp;pi=&amp;ps=&amp;su=&amp;pageid=&amp;mkt=&amp;pn=&amp;mv=&amp;pp=&amp;cv.product=&amp;cv.partner=&amp;cv.publcat=&amp;st.dpt=&amp;st.sdpt=&amp;dv.Title1=&amp;cts=&amp;rf=&amp;rid=&amp;cvs=&amp;subcvs=&amp;cv.entityId=&amp;cv.entitySrc=&amp;provid=&amp;ar=&amp;d.dgk=&amp;d.imd=&amp;cv.parentId=&amp;isCorePV=&amp;pgIdx=&amp;pgTot=&amp;activityId=" />

<!-- Mismatched assets:
-->
<!--test url="http://www.msn.com/en-us/money/realestate/what-happened-to-these-famous-movie-homes/ss-BBlTeEO" /-->

<!-- Sets insecure cookies:
-->
<test url="http://c.msn.com/c.gif?udc=true&amp;rid=&amp;rnd=&amp;rf=&amp;tp=&amp;di=&amp;lng=&amp;cv.product=&amp;pn=&amp;activityId=&amp;d.dgk=&amp;d.imd=0" />



<!-- Not secured by server:
(MUID: Set by c.msn.com)
Expand All @@ -242,20 +234,13 @@
<securecookie host="^\.msn\.com$" name="^(?:MUID|s_\w+)$" />
<!--securecookie host="^\.msn\.com$" name="(cbus|Sample)$" /-->
<securecookie host="^(?:\.c|now|preview|\.bat\.r)\.msn\.com$" name="." />


<rule from="^http://c\.(?:jp|sg)\.msn\.com/"
to="https://c.msn.co.jp/" />

<!--rule from="^http://\w\w\.c\.msn\.com/"
to="https://c.msn.com/" /-->

<rule from="^http://c\.jp\.msn\.com/"
to="https://c.msn.co.jp/" />

<rule from="^http://h\.msn\.com/"
to="https://h.live.com/" />

<rule from="^http://imgs1-video\.msn\.com/"
to="https://imgs1-video.ssl.catalog.video.msn.com/" />

<rule from="^http://static\.stratosphere\.msn\.com/"
to="https://az29590.vo.msecnd.net/" />

Expand Down

0 comments on commit 39f74b1

Please sign in to comment.