mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1169722 - Flip CSP and CSP-RO when displaying polcies reports in GCLI. r=sstamm
This commit is contained in:
parent
84fb7bbf8f
commit
ee1dd7bf28
@ -66,8 +66,8 @@ exports.items = [
|
||||
// encounter the 'report-only' flag, which is not a csp directive.
|
||||
if (dir === POLICY_REPORT_ONLY) {
|
||||
outHeader = curPolicy[POLICY_REPORT_ONLY] === true ?
|
||||
CONTENT_SECURITY_POLICY :
|
||||
CONTENT_SECURITY_POLICY_REPORT_ONLY;
|
||||
CONTENT_SECURITY_POLICY_REPORT_ONLY :
|
||||
CONTENT_SECURITY_POLICY;
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user