web api instance property
SecurityPolicyViolationEvent: documentURI property
Available in workers
The documentURI read-only property of the SecurityPolicyViolationEvent interface is a string representing the URI of the document or worker in which the Content Security Policy (CSP) violation occurred.
Value
A string representing the URI of the document or worker in which the violation occurred.
Examples
document.addEventListener("securitypolicyviolation", (e) => {
console.log(e.documentURI);
});
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.