Skip to content

Commit 5134310

Browse files
andypaicuannevk
authored andcommitted
Modify initialize document's CSP list to match changes in CSP
See w3c/webappsec-csp#364 for more details.
1 parent 0e61f50 commit 5134310

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82459,9 +82459,9 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8245982459
`<code>Referrer-Policy</code>` header</span> of <var>response</var>. <ref
8246082460
spec="REFERRERPOLICY"></p></li>
8246182461

82462-
<li><p>Execute the <span>Initialize a <code data-x="">Document</code>'s CSP list</span>
82463-
algorithm on the <code>Document</code> object and the <span
82464-
data-x="concept-response">response</span> used to generate the document. <ref spec="CSP"></p>
82462+
<li><p>Run the <span>Initialize a <code data-x="">Document</code>'s CSP list</span>
82463+
algorithm with the <code>Document</code> object, <var>response</var>, and
82464+
<var>request</var>, as parameters. <ref spec="CSP"></p>
8246582465

8246682466
<li>
8246782467
<p>If <var>request</var> is non-null, then set <span>the document's referrer</span> to the

0 commit comments

Comments
 (0)