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