Skip to content

Commit 7de7b80

Browse files
Fix effective directive for javascript navigation checks (#722)
SHA: 93e3f73 Reason: push, by antosart Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d63091 commit 7de7b80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-WD" rel="stylesheet">
88
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" name="generator">
99
<link href="https://www.w3.org/TR/CSP3/" rel="canonical">
10-
<meta content="68a38351455a7bb9ae376dfabb642c75fb10e742" name="revision">
10+
<meta content="93e3f736cb565e24d06d6d2439426831a17aca28" name="revision">
1111
<meta content="dark light" name="color-scheme">
1212
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1313
<style>
@@ -771,13 +771,13 @@
771771
<div class="head">
772772
<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>
773773
<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>
775775
<details open>
776776
<summary>More details about this document</summary>
777777
<div data-fill-with="spec-metadata">
778778
<dl>
779779
<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>
781781
<dt>Latest published version:
782782
<dd><a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
783783
<dt>Editor's Draft:
@@ -2006,7 +2006,7 @@ <h4 class="heading settled dfn-paneled algorithm" data-algorithm="Should element
20062006
<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>
20072007
<ol>
20082008
<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>
20102010
<li data-md>
20112011
<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,
20122012
"<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

Comments
 (0)