WebIDLpedia

IntegrityPolicyViolationReportBody interface

Definition

Subresource Integrity defines IntegrityPolicyViolationReportBody

[Exposed=Window]
interface IntegrityPolicyViolationReportBody : ReportBody {
  [Default] object toJSON();
  readonly attribute USVString documentURL;
  readonly attribute USVString blockedURL;
  readonly attribute USVString destination;
  readonly attribute boolean   reportOnly;
};