@@ -2747,6 +2747,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
2747
2747
<li><dfn data-x-href="https://w3c.github.io/webappsec-subresource-integrity/#parse-metadata">parse integrity metadata</dfn></li>
2748
2748
<li><dfn data-x-href="https://w3c.github.io/webappsec-subresource-integrity/#the-integrity-attribute">the requirements of the integrity attribute</dfn></li>
2749
2749
<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>
2750
2752
</ul>
2751
2753
</dd>
2752
2754
@@ -90711,6 +90713,15 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
90711
90713
<li><p>A <dfn export for="policy container" data-x="policy-container-referrer-policy">referrer
90712
90714
policy</dfn>, which is a <span>referrer policy</span>. It is initially the <span>default referrer
90713
90715
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>
90714
90725
</ul>
90715
90726
90716
90727
<p class="XXX">Move other policies into the policy container.</p>
@@ -90787,6 +90798,9 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
90787
90798
`<code>Referrer-Policy</code>` header</span> given <var>response</var>.
90788
90799
<ref>REFERRERPOLICY</ref></p></li>
90789
90800
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
+
90790
90804
<li><p>Return <var>result</var>.</p></li>
90791
90805
</ol>
90792
90806
0 commit comments