summaryrefslogtreecommitdiffstats
path: root/dom/security/nsMixedContentBlocker.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-23 14:13:58 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-23 14:13:58 +0000
commiteb8a6523b811c7d3873690d67120f5ba542b7323 (patch)
tree7e85a49787bcf616939014d4d5f67fa185a7a30f /dom/security/nsMixedContentBlocker.cpp
parentf2e99fecfdb1bfc31361fac6631e5dfdb5cfa616 (diff)
downloadUXP-eb8a6523b811c7d3873690d67120f5ba542b7323.tar
UXP-eb8a6523b811c7d3873690d67120f5ba542b7323.tar.gz
UXP-eb8a6523b811c7d3873690d67120f5ba542b7323.tar.lz
UXP-eb8a6523b811c7d3873690d67120f5ba542b7323.tar.xz
UXP-eb8a6523b811c7d3873690d67120f5ba542b7323.zip
Issue #80 - De-unify dom/security
Exception: CSPUtils relies on something in CSPContext, but on Windows it throws in an MSVC include which provides no hints.
Diffstat (limited to 'dom/security/nsMixedContentBlocker.cpp')
-rw-r--r--dom/security/nsMixedContentBlocker.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/dom/security/nsMixedContentBlocker.cpp b/dom/security/nsMixedContentBlocker.cpp
index 543429aff..85fb06d8d 100644
--- a/dom/security/nsMixedContentBlocker.cpp
+++ b/dom/security/nsMixedContentBlocker.cpp
@@ -20,6 +20,8 @@
#include "nsIContentViewer.h"
#include "nsIChannel.h"
#include "nsIHttpChannel.h"
+#include "nsIProtocolHandler.h"
+#include "nsIInterfaceRequestorUtils.h"
#include "nsIParentChannel.h"
#include "mozilla/Preferences.h"
#include "nsIScriptObjectPrincipal.h"
@@ -33,12 +35,12 @@
#include "nsAsyncRedirectVerifyHelper.h"
#include "mozilla/LoadInfo.h"
#include "nsISiteSecurityService.h"
+#include "nsNetUtil.h"
#include "mozilla/Logging.h"
#include "mozilla/dom/ContentChild.h"
#include "mozilla/ipc/URIUtils.h"
-
using namespace mozilla;
enum nsMixedContentBlockerMessageType {