This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for usage in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the specification changes.
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 | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | (Yes) | ? | ? | (Yes) | ? |
Worker support | 56.0 | 43 |
Feature | Android Webview | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|
Basic support | (Yes) | ? | ? | ? | (Yes) | ? | (Yes) |
Worker support | 56.0 | 43 | 56.0 |
© 2005–2017 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