Skip to content

Commit 83cc45b

Browse files
authored
Integrate with the Integrity-Policy header
1 parent 889a58b commit 83cc45b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

source

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2747,6 +2747,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
27472747
<li><dfn data-x-href="https://w3c.github.io/webappsec-subresource-integrity/#parse-metadata">parse integrity metadata</dfn></li>
27482748
<li><dfn data-x-href="https://w3c.github.io/webappsec-subresource-integrity/#the-integrity-attribute">the requirements of the integrity attribute</dfn></li>
27492749
<li><dfn data-x-href="https://w3c.github.io/webappsec-subresource-integrity/#get-the-strongest-metadata">get the strongest metadata from set</dfn></li>
2750+
<li><dfn data-x-href="https://w3c.github.io/webappsec-subresource-integrity/#integrity-policy">integrity policy</dfn></li>
2751+
<li><dfn data-x-href="https://w3c.github.io/webappsec-subresource-integrity/#parse-integrity-policy-headers">parse Integrity-Policy headers</dfn></li>
27502752
</ul>
27512753
</dd>
27522754

@@ -90711,6 +90713,15 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
9071190713
<li><p>A <dfn export for="policy container" data-x="policy-container-referrer-policy">referrer
9071290714
policy</dfn>, which is a <span>referrer policy</span>. It is initially the <span>default referrer
9071390715
policy</span>.</p></li>
90716+
90717+
<li><p>An <dfn export for="policy container" data-x="policy-container-integrity-policy">integrity
90718+
policy</dfn>, which is an <span data-x="integrity policy">integrity policy</span>, initially a new
90719+
<span data-x="integrity policy">integrity policy</span>.</p></li>
90720+
90721+
<li><p>A <dfn export for="policy container"
90722+
data-x="policy-container-report-only-integrity-policy">report only integrity policy</dfn>, which
90723+
is an <span data-x="integrity policy">integrity policy</span>, initially a new <span
90724+
data-x="integrity policy">integrity policy</span>.</p></li>
9071490725
</ul>
9071590726

9071690727
<p class="XXX">Move other policies into the policy container.</p>
@@ -90787,6 +90798,9 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
9078790798
`<code>Referrer-Policy</code>` header</span> given <var>response</var>.
9078890799
<ref>REFERRERPOLICY</ref></p></li>
9078990800

90801+
<li><p><span data-x="parse Integrity-Policy headers">Parse Integrity-Policy headers</span> with
90802+
<var>response</var> and <var>result</var>.</p></li>
90803+
9079090804
<li><p>Return <var>result</var>.</p></li>
9079190805
</ol>
9079290806

0 commit comments

Comments
 (0)