mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 963668 - remove unescaping in CSP logging to prevent early return from thrown exceptions. r=grobinson
This commit is contained in:
parent
0a52cde5de
commit
9b37fabb73
@ -647,7 +647,7 @@ ContentSecurityPolicy.prototype = {
|
||||
}
|
||||
policy.log(WARN_FLAG, violationMessage,
|
||||
(aSourceFile) ? aSourceFile : null,
|
||||
(aScriptSample) ? decodeURIComponent(aScriptSample) : null,
|
||||
(aScriptSample) ? aScriptSample : null,
|
||||
(aLineNum) ? aLineNum : null);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user