File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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">
You can’t perform that action at this time.
0 commit comments