mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +09:00
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.
This commit is contained in:
parent
96a88a9097
commit
b6d9a013c8
6 changed files with 47 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue