Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The violatedDirective
read-only property of the
SecurityPolicyViolationEvent
interface is a DOMString
representing the directive whose enforcement uncovered the violation.
Syntax
let violatedDir = violationEventInstance.violatedDirective;
Value
A DOMString
representing the directive whose enforcement uncovered the
violation.
Example
document.addEventListener("securitypolicyviolation", (e) => {
console.log(e.violatedDirective);
});
Specifications
Specification | Status | Comment |
---|---|---|
Unknown The definition of 'violatedDirective' in that specification. |
Working Draft | Initial definition |
Browser compatibility
BCD tables only load in the browser