mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-26 15:39:48 +00:00
import changes from tenfourfox-history:
- #465: statically hint failure cases for DOM bindings (d0b26bea0) - #463: add IdleRequestCallback to nsTimeout (ab2f7e1d9) - #469: more hosts for adblock (e0b22e988) - #469: even more hosts for adblock (9be912821) - #469: even more even more hosts for adblock (fb9e1bca5) - #465: jsstr.cpp (less aggressively) (b96c6ceae) - #465: jsarray.cpp (038d9ff6c) - #463: wip 1 (c1e80f39d) - closes #472: Element.insertAdjacentText Element.insertAdjacentElement (53e18f939) - closes #473: implement Canvas Ellipse + M1239835 (aeeeebedc) - #405: date picker abstract interface definition (c4289cb91)
This commit is contained in:
@@ -727,9 +727,11 @@ nsScriptSecurityManager::CheckLoadURIWithPrincipal(nsIPrincipal* aPrincipal,
|
||||
BLOK("ipv6.adrta.com") ||
|
||||
|
||||
BLOK("ib.adnxs.com") ||
|
||||
BLOK("cdn.adnxs.com") ||
|
||||
BLOK("acdn.adnxs.com") ||
|
||||
BLOK("secure.adnxs.com") ||
|
||||
BLOK("yj-a.p.adnxs.com") ||
|
||||
BLOK("nym1-ib.adnxs.com") ||
|
||||
BLOK("sharethrough.adnxs.com") ||
|
||||
|
||||
BLOK("c2.taboola.com") ||
|
||||
@@ -748,8 +750,9 @@ nsScriptSecurityManager::CheckLoadURIWithPrincipal(nsIPrincipal* aPrincipal,
|
||||
|
||||
BLOK("at.atwola.com") ||
|
||||
|
||||
BLOK("pixel.advertising.com") ||
|
||||
BLOK("dtm.advertising.com") ||
|
||||
BLOK("pixel.advertising.com") ||
|
||||
BLOK("adserver-us.adtech.advertising.com") ||
|
||||
|
||||
BLOK("sp.analytics.yahoo.com") ||
|
||||
BLOK("ads.yap.yahoo.com") ||
|
||||
@@ -814,6 +817,7 @@ nsScriptSecurityManager::CheckLoadURIWithPrincipal(nsIPrincipal* aPrincipal,
|
||||
BLOK("rscdn.cxense.com") ||
|
||||
|
||||
BLOK("z.moatads.com") ||
|
||||
BLOK("js.moatads.com") ||
|
||||
BLOK("s-jsonp.moatads.com") ||
|
||||
|
||||
BLOK("static.yieldmo.com") ||
|
||||
@@ -843,6 +847,8 @@ nsScriptSecurityManager::CheckLoadURIWithPrincipal(nsIPrincipal* aPrincipal,
|
||||
BLOK("www.npttech.com") ||
|
||||
|
||||
BLOK("cdn.adsafeprotected.com") ||
|
||||
BLOK("pixel.adsafeprotected.com") ||
|
||||
BLOK("static.adsafeprotected.com") ||
|
||||
|
||||
BLOK("aka-cdn.adtechus.com") ||
|
||||
BLOK("adserver.adtechus.com") ||
|
||||
@@ -904,6 +910,68 @@ nsScriptSecurityManager::CheckLoadURIWithPrincipal(nsIPrincipal* aPrincipal,
|
||||
BLOK("yads.yjtag.yahoo.co.jp") ||
|
||||
|
||||
BLOK("px-ya.ladsp.com") ||
|
||||
|
||||
BLOK("stats.cloudwp.io") ||
|
||||
|
||||
BLOK("ap.lijit.com") ||
|
||||
|
||||
BLOK("tlx.3lift.com") ||
|
||||
|
||||
BLOK("v.lkqd.net") ||
|
||||
BLOK("ad.lkqd.net") ||
|
||||
|
||||
BLOK("vpaid.springserve.com") ||
|
||||
|
||||
BLOK("vd.ads.memevideoad.com") ||
|
||||
BLOK("sp.ads.memevideoad.com") ||
|
||||
|
||||
BLOK("static.adsnative.com") ||
|
||||
|
||||
BLOK("cm.mgid.com") ||
|
||||
BLOK("jsc.mgid.com") ||
|
||||
BLOK("servicer.mgid.com") ||
|
||||
|
||||
BLOK("cdn.engine.addroplet.com") ||
|
||||
|
||||
BLOK("de.tynt.com") ||
|
||||
BLOK("sc.tynt.com") ||
|
||||
BLOK("cdn.tynt.com") ||
|
||||
|
||||
BLOK("bid.underdog.media") ||
|
||||
|
||||
BLOK("cdn.fastclick.net") ||
|
||||
BLOK("media.fastclick.net") ||
|
||||
|
||||
BLOK("udmserve.net") ||
|
||||
|
||||
BLOK("sic.33across.com") ||
|
||||
BLOK("cdn-sic.33across.com") ||
|
||||
|
||||
BLOK("d.adroll.com") ||
|
||||
BLOK("s.adroll.com") ||
|
||||
|
||||
BLOK("c.betrad.com") ||
|
||||
|
||||
BLOK("fqtag.com") ||
|
||||
BLOK("c.fqtag.com") ||
|
||||
BLOK("new.fqtag.com") ||
|
||||
|
||||
BLOK("a-nj.1rx.io") ||
|
||||
BLOK("rxcdn.1rx.io") ||
|
||||
|
||||
BLOK("c.evidon.com") ||
|
||||
|
||||
BLOK("api.content-ad.net") ||
|
||||
|
||||
BLOK("cdn.distiltag.com") ||
|
||||
|
||||
BLOK("my.hellobar.com") ||
|
||||
|
||||
BLOK("static.hotjar.com") ||
|
||||
BLOK("script.hotjar.com") ||
|
||||
|
||||
BLOK("tags.mathtag.com") ||
|
||||
BLOK("pixel.mathtag.com") ||
|
||||
0) {
|
||||
#undef BLOK
|
||||
// Yup.
|
||||
|
||||
Reference in New Issue
Block a user