|
5 | 5 | <title>Content Security Policy Level 3</title>
|
6 | 6 | <meta content="WD" name="w3c-status">
|
7 | 7 | <link href="https://www.w3.org/StyleSheets/TR/2021/W3C-WD" rel="stylesheet">
|
8 |
| - <meta content="Bikeshed version 4b8aed3f7, updated Thu Mar 6 12:35:01 2025 -0800" name="generator"> |
| 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="cf891fb86d7ad3f65492c8d533c840de7cf233ae" name="revision"> |
| 10 | + <meta content="ebdd007313611fd4c85fa280d85da72baf057f25" 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-03-12">12 March 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-03-24">24 March 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-20250312/">https://www.w3.org/TR/2025/WD-CSP3-20250312/</a> |
| 780 | + <dd><a class="u-url" href="https://www.w3.org/TR/2025/WD-CSP3-20250324/">https://www.w3.org/TR/2025/WD-CSP3-20250324/</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:
|
@@ -2926,12 +2926,12 @@ <h4 class="heading settled" data-level="6.1.4" id="directive-font-src"><span cla
|
2926 | 2926 | <pre>directive-name = "font-src"
|
2927 | 2927 | directive-value = <a data-link-type="grammar" href="#grammardef-serialized-source-list" id="ref-for-grammardef-serialized-source-list③">serialized-source-list</a>
|
2928 | 2928 | </pre>
|
2929 |
| - <div class="example" id="example-e644a6ab"> |
2930 |
| - <a class="self-link" href="#example-e644a6ab"></a> Given a page with the following Content Security Policy: |
| 2929 | + <div class="example" id="example-3d6c348e"> |
| 2930 | + <a class="self-link" href="#example-3d6c348e"></a> Given a page with the following Content Security Policy: |
2931 | 2931 | <pre><a data-link-type="http-header" href="#header-content-security-policy" id="ref-for-header-content-security-policy⑧">Content-Security-Policy</a>: <a data-link-type="dfn" href="#font-src" id="ref-for-font-src③">font-src</a> https://example.com/
|
2932 | 2932 | </pre>
|
2933 |
| - <p>Fetches for the following code will return a network errors, as the URL |
2934 |
| - provided do not match <code>font-src</code>’s <a data-link-type="dfn" href="#source-lists" id="ref-for-source-lists④">source list</a>:</p> |
| 2933 | + <p>Fetches for the following code will return a network error, as the URL |
| 2934 | + provided does not match <code>font-src</code>’s <a data-link-type="dfn" href="#source-lists" id="ref-for-source-lists④">source list</a>:</p> |
2935 | 2935 | <pre class="highlight"><c- p><</c-><c- f>style</c-><c- p>></c->
|
2936 | 2936 | <c- p>@</c-><c- k>font-face</c-> <c- p>{</c->
|
2937 | 2937 | <c- f>font-family</c-><c- o>:</c-> <c- u>"Example Font"</c-><c- o>;</c->
|
@@ -5869,12 +5869,12 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
|
5869 | 5869 | <dt id="biblio-webidl">[WEBIDL]
|
5870 | 5870 | <dd>Edgar Chen; Timothy Gu. <a href="https://webidl.spec.whatwg.org/"><cite>Web IDL Standard</cite></a>. Living Standard. URL: <a href="https://webidl.spec.whatwg.org/">https://webidl.spec.whatwg.org/</a>
|
5871 | 5871 | <dt id="biblio-webrtc">[WEBRTC]
|
5872 |
| - <dd>Cullen Jennings; et al. <a href="https://www.w3.org/TR/webrtc/"><cite>WebRTC: Real-Time Communication in Browsers</cite></a>. 8 October 2024. REC. URL: <a href="https://www.w3.org/TR/webrtc/">https://www.w3.org/TR/webrtc/</a> |
| 5872 | + <dd>Cullen Jennings; et al. <a href="https://www.w3.org/TR/webrtc/"><cite>WebRTC: Real-Time Communication in Browsers</cite></a>. 13 March 2025. REC. URL: <a href="https://www.w3.org/TR/webrtc/">https://www.w3.org/TR/webrtc/</a> |
5873 | 5873 | </dl>
|
5874 | 5874 | <h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
|
5875 | 5875 | <dl>
|
5876 | 5876 | <dt id="biblio-appmanifest">[APPMANIFEST]
|
5877 |
| - <dd>Marcos Caceres; et al. <a href="https://www.w3.org/TR/appmanifest/"><cite>Web Application Manifest</cite></a>. 7 March 2025. WD. URL: <a href="https://www.w3.org/TR/appmanifest/">https://www.w3.org/TR/appmanifest/</a> |
| 5877 | + <dd>Marcos Caceres; et al. <a href="https://www.w3.org/TR/appmanifest/"><cite>Web Application Manifest</cite></a>. 20 March 2025. WD. URL: <a href="https://www.w3.org/TR/appmanifest/">https://www.w3.org/TR/appmanifest/</a> |
5878 | 5878 | <dt id="biblio-beacon">[BEACON]
|
5879 | 5879 | <dd>Ilya Grigorik; Alois Reitbauer. <a href="https://www.w3.org/TR/beacon/"><cite>Beacon</cite></a>. 3 August 2022. CRD. URL: <a href="https://www.w3.org/TR/beacon/">https://www.w3.org/TR/beacon/</a>
|
5880 | 5880 | <dt id="biblio-csp2">[CSP2]
|
|
0 commit comments