mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +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
|
|
@ -24,12 +24,15 @@ EXPORTS += [
|
|||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsCSPContext.cpp',
|
||||
'nsCSPUtils.cpp',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
'ContentVerifier.cpp',
|
||||
'nsContentSecurityManager.cpp',
|
||||
'nsCSPContext.cpp',
|
||||
'nsCSPParser.cpp',
|
||||
'nsCSPService.cpp',
|
||||
'nsCSPUtils.cpp',
|
||||
'nsMixedContentBlocker.cpp',
|
||||
'SRICheck.cpp',
|
||||
'SRIMetadata.cpp',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue