This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The SecurityPolicyViolationEvent
interface is an event sent on a document or worker when its content security policy is violated.
SecurityPolicyViolationEvent()
SecurityPolicyViolationEvent
object.SecurityPolicyViolationEvent.blockedURI
Read only
SecurityPolicyViolationEvent.disposition
Read only
"enforce"
or "report"
.SecurityPolicyViolationEvent.documentURI
Read only
SecurityPolicyViolationEvent.effectiveDirective
Read only
SecurityPolicyViolationEvent.LineNumber
Read only
SecurityPolicyViolationEvent.originalPolicy
Read only
SecurityPolicyViolationEvent.referrer
Read only
SecurityPolicyViolationEvent.sourceFile
Read only
SecurityPolicyViolationEvent.statusCode
Read only
SecurityPolicyViolationEvent.violatedDirective
Read only
Specification | Status | Comment |
---|---|---|
Content Security Policy Level 3 The definition of 'SecurityPolicyViolationEvent' in that specification. | Editor's Draft | Initial definition. |
Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | ? | ? | (Yes) | ? |
Worker support | 56.0 | 43 |
Feature | Android Webview | Edge | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | ? | ? | ? | (Yes) | ? | (Yes) |
Worker support | 56.0 | 43 | 56.0 |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/SecurityPolicyViolationEvent