// GENERATED CONTENT - DO NOT EDIT // Content was automatically extracted by Reffy into webref // (https://github.com/w3c/webref) // Source: Scripting Policy (https://wicg.github.io/csp-next/scripting-policy.html) enum ScriptingPolicyViolationType { "externalScript", "inlineScript", "inlineEventHandler", "eval" }; dictionary ScriptingPolicyReportBody : ReportBody { DOMString violationType; USVString? violationURL; USVString? violationSample; unsigned long lineno; unsigned long colno; };