Skip to content

Commit

Permalink
Modify initialize document's CSP list to match changes in CSP
Browse files Browse the repository at this point in the history
See w3c/webappsec-csp#364 for more details.
  • Loading branch information
andypaicu authored and annevk committed Nov 26, 2018
1 parent 0e61f50 commit 5134310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82459,9 +82459,9 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
`<code>Referrer-Policy</code>` header</span> of <var>response</var>. <ref
spec="REFERRERPOLICY"></p></li>

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

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

0 comments on commit 5134310

Please sign in to comment.