From db1660661f588ed70d978b148a5055f33bb3e2df Mon Sep 17 00:00:00 2001 From: Sebastian Streich Date: Tue, 7 May 2019 18:08:19 +0000 Subject: [PATCH] Bug 1402530 - Use IsOriginPotentiallyTrustworthy in ShouldLoad r=ckerschb,jkt Differential Revision: https://phabricator.services.mozilla.com/D28870 --HG-- extra : moz-landing-system : lando --- .../test_no_mcb_for_loopback.html | 9 +- build/pgo/server-locations.txt | 3 + dom/security/nsContentSecurityManager.cpp | 78 +-------------- dom/security/nsMixedContentBlocker.cpp | 98 ++++++++++++++++--- dom/security/nsMixedContentBlocker.h | 2 + 5 files changed, 102 insertions(+), 88 deletions(-) diff --git a/browser/base/content/test/siteIdentity/test_no_mcb_for_loopback.html b/browser/base/content/test/siteIdentity/test_no_mcb_for_loopback.html index 359c5c1f0a5f..925a50f119ad 100644 --- a/browser/base/content/test/siteIdentity/test_no_mcb_for_loopback.html +++ b/browser/base/content/test/siteIdentity/test_no_mcb_for_loopback.html @@ -3,7 +3,7 @@ - Bug 903966 + Bug 903966, Bug 1402530