diff --git a/index.bs b/index.bs index 48ad878e26..7d74a3840a 100644 --- a/index.bs +++ b/index.bs @@ -1127,8 +1127,9 @@ spec:SRI; urlPrefix: https://w3c.github.io/webappsec-subresource-integrity 1. Let |report-to directive| be a [=directive=] named "report-to" from |policy|'s [=directive set=]. 1. Let |body| be a [=csp hash report body=] with |stripped document URL| as its [=documentURL=], - |request|'s URL as its [=subresourceURL=], |hash| as its - [=hash=], and "subresource" as its [=csp hash report body/type=]. + |request|'s URL as its [=subresourceURL=], |hash| as its [=hash=], |request|'s + [=request/destination=] as its [=csp hash report body/destination=], and "subresource" as its + [=csp hash report body/type=]. 1. [=Generate and queue a report=] with the following arguments: : context :: settings object @@ -1655,6 +1656,7 @@ this algorithm returns normally if compilation is allowed, and throws a documentURL, subresourceURL, hash, + destination, type.