|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-WD" rel="stylesheet">
|
8 | 8 | <meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
|
9 | 9 | <link href="https://www.w3.org/TR/CSP3/" rel="canonical">
|
10 |
| - <meta content="68a38351455a7bb9ae376dfabb642c75fb10e742" name="revision"> |
| 10 | + <meta content="93e3f736cb565e24d06d6d2439426831a17aca28" name="revision"> |
11 | 11 | <meta content="dark light" name="color-scheme">
|
12 | 12 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
|
13 | 13 | <style>
|
|
771 | 771 | <div class="head">
|
772 | 772 | <p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
|
773 | 773 | <h1>Content Security Policy Level 3</h1>
|
774 |
| - <p id="w3c-state"><a href="https://www.w3.org/standards/types/#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2025-04-29">29 April 2025</time></p> |
| 774 | + <p id="w3c-state"><a href="https://www.w3.org/standards/types/#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2025-04-30">30 April 2025</time></p> |
775 | 775 | <details open>
|
776 | 776 | <summary>More details about this document</summary>
|
777 | 777 | <div data-fill-with="spec-metadata">
|
778 | 778 | <dl>
|
779 | 779 | <dt>This version:
|
780 |
| - <dd><a class="u-url" href="https://www.w3.org/TR/2025/WD-CSP3-20250429/">https://www.w3.org/TR/2025/WD-CSP3-20250429/</a> |
| 780 | + <dd><a class="u-url" href="https://www.w3.org/TR/2025/WD-CSP3-20250430/">https://www.w3.org/TR/2025/WD-CSP3-20250430/</a> |
781 | 781 | <dt>Latest published version:
|
782 | 782 | <dd><a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
|
783 | 783 | <dt>Editor's Draft:
|
@@ -2006,7 +2006,7 @@ <h4 class="heading settled dfn-paneled algorithm" data-algorithm="Should element
|
2006 | 2006 | <p><a data-link-type="dfn" href="https://infra.spec.whatwg.org/#list-iterate" id="ref-for-list-iterate①⑤">For each</a> <var>directive</var> of <var>policy</var>:</p>
|
2007 | 2007 | <ol>
|
2008 | 2008 | <li data-md>
|
2009 |
| - <p>Let <var>directive-name</var> be the result of executing <a href="#effective-directive-for-inline-check">§ 6.8.2 Get the effective directive for inline checks</a> on <var>type</var>.</p> |
| 2009 | + <p>Let <var>directive-name</var> be the result of executing <a href="#effective-directive-for-inline-check">§ 6.8.2 Get the effective directive for inline checks</a> on "<code>navigation</code>".</p> |
2010 | 2010 | <li data-md>
|
2011 | 2011 | <p>If <var>directive</var>’s <a data-link-type="dfn" href="#directive-inline-check" id="ref-for-directive-inline-check①">inline check</a> returns "<code>Allowed</code>" when executed upon null,
|
2012 | 2012 | "<code>navigation</code>" and <var>navigation request</var>’s <a data-link-type="dfn" href="https://fetch.spec.whatwg.org/#concept-request-current-url" id="ref-for-concept-request-current-url②">current URL</a>,
|
|
0 commit comments