Skip to content

Commit 69b9f45

Browse files
Add support for the webidentity destination (#567)
SHA: c8fc273 Reason: push, by @mikewest Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0f043ea commit 69b9f45

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
99
<meta content="Bikeshed version 44af0bf3e, updated Fri Jul 29 17:05:16 2022 -0700" name="generator">
1010
<link href="https://www.w3.org/TR/CSP3/" rel="canonical">
11-
<meta content="886ac5dfafd9f539f76871c3f156b8742b4c6423" name="document-revision">
11+
<meta content="c8fc27321cfef188f1a2a17ded6dcec85c9f7def" name="document-revision">
1212
<style>
1313
ul.toc ul ul ul {
1414
margin: 0 0 0 2em;
@@ -324,13 +324,13 @@
324324
<div class="head">
325325
<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>
326326
<h1>Content Security Policy Level 3</h1>
327-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2022-10-04">4 October 2022</time></p>
327+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2022-10-05">5 October 2022</time></p>
328328
<details open>
329329
<summary>More details about this document</summary>
330330
<div data-fill-with="spec-metadata">
331331
<dl>
332332
<dt>This version:
333-
<dd><a class="u-url" href="https://www.w3.org/TR/2022/WD-CSP3-20221004/">https://www.w3.org/TR/2022/WD-CSP3-20221004/</a>
333+
<dd><a class="u-url" href="https://www.w3.org/TR/2022/WD-CSP3-20221005/">https://www.w3.org/TR/2022/WD-CSP3-20221005/</a>
334334
<dt>Latest published version:
335335
<dd><a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
336336
<dt>Editor's Draft:
@@ -3957,6 +3957,12 @@ <h4 class="heading settled algorithm" data-algorithm="Get the effective directiv
39573957
<li data-md>
39583958
<p>Return <code>worker-src</code>.</p>
39593959
</ol>
3960+
<dt data-md>"<code>webidentity</code>"
3961+
<dd data-md>
3962+
<ol>
3963+
<li data-md>
3964+
<p>Return <code>connect-src</code>.</p>
3965+
</ol>
39603966
</dl>
39613967
<li data-md>
39623968
<p>Return <code>null</code>.</p>

0 commit comments

Comments
 (0)