Skip to content

Commit 4bb07e7

Browse files
committed
Add destination
1 parent a36018f commit 4bb07e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.bs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,8 +1127,9 @@ spec:SRI; urlPrefix: https://w3c.github.io/webappsec-subresource-integrity
11271127
1. Let |report-to directive| be a [=directive=] named "report-to" from |policy|'s [=directive
11281128
set=].
11291129
1. Let |body| be a [=csp hash report body=] with |stripped document URL| as its [=documentURL=],
1130-
|request|'s URL as its [=subresourceURL=], |hash| as its
1131-
[=hash=], and "subresource" as its [=csp hash report body/type=].
1130+
|request|'s URL as its [=subresourceURL=], |hash| as its [=hash=], |request|'s
1131+
[=request/destination=] as its [=csp hash report body/destination=], and "subresource" as its
1132+
[=csp hash report body/type=].
11321133
1. [=Generate and queue a report=] with the following arguments:
11331134
: <var ignore>context</var>
11341135
:: <var ignore>settings object</var>
@@ -1655,6 +1656,7 @@ this algorithm returns normally if compilation is allowed, and throws a
16551656
<dfn for="csp hash report body">documentURL</dfn>,
16561657
<dfn for="csp hash report body">subresourceURL</dfn>,
16571658
<dfn for="csp hash report body">hash</dfn>,
1659+
<dfn for="csp hash report body">destination</dfn>,
16581660
<dfn for="csp hash report body">type</dfn>.
16591661

16601662
<div class="example">

0 commit comments

Comments
 (0)