Skip to content

Commit

Permalink
[editorial] Fix typo (#616)
Browse files Browse the repository at this point in the history
SHA: 65416b8
Reason: push, by antosart

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
antosart and github-actions[bot] committed Aug 3, 2023
1 parent de93d45 commit 962c84a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-WD" rel="stylesheet">
<meta content="Bikeshed version d29f71adb, updated Wed Jul 19 11:08:56 2023 -0700" name="generator">
<link href="https://www.w3.org/TR/CSP3/" rel="canonical">
<meta content="1fe1780b6b30a3d1fa4434750e3c1ab1ab5da6cd" name="document-revision">
<meta content="65416b8553228a5d22b17048e7941afbebf4dd79" name="document-revision">
<style>
ul.toc ul ul ul {
margin: 0 0 0 2em;
Expand Down Expand Up @@ -702,13 +702,13 @@
<div class="head">
<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>
<h1>Content Security Policy Level 3</h1>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2023-07-31">31 July 2023</time></p>
<p id="w3c-state"><a href="https://www.w3.org/standards/types#WD">W3C Working Draft</a>, <time class="dt-updated" datetime="2023-08-03">3 August 2023</time></p>
<details open>
<summary>More details about this document</summary>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
<dd><a class="u-url" href="https://www.w3.org/TR/2023/WD-CSP3-20230731/">https://www.w3.org/TR/2023/WD-CSP3-20230731/</a>
<dd><a class="u-url" href="https://www.w3.org/TR/2023/WD-CSP3-20230803/">https://www.w3.org/TR/2023/WD-CSP3-20230803/</a>
<dt>Latest published version:
<dd><a href="https://www.w3.org/TR/CSP3/">https://www.w3.org/TR/CSP3/</a>
<dt>Editor's Draft:
Expand Down Expand Up @@ -4735,7 +4735,7 @@ <h3 class="heading settled" data-level="8.4" id="external-hash"><span class="sec
or event handler needs to be encoded using <a data-link-type="dfn" href="https://encoding.spec.whatwg.org/#utf-8-encode" id="ref-for-utf-8-encode①">UTF-8 encode</a> before computing
its hash. <a data-link-type="biblio" href="#biblio-sri" title="Subresource Integrity">[SRI]</a> computes the hash on the raw resource that is being
fetched instead. This means that it is possible for the hash needed to allow
an inline script block to be different that the hash needed to allow an
an inline script block to be different from the hash needed to allow an
external script even if they have identical contents.</p>
<div class="example" id="example-af80f2fd">
<a class="self-link" href="#example-af80f2fd"></a> MegaCorp, Inc. wishes to allow two specific scripts on a page in a way
Expand Down

0 comments on commit 962c84a

Please sign in to comment.