Skip to content

Commit 3cdeee1

Browse files
Fix eval compilationSink in EnsureCSPDoesNotBlockStringCompilation. (#699)
SHA: 268bdff Reason: push, by ciaramcmullin Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3849353 commit 3cdeee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 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 ac5ea272d, updated Fri Dec 6 15:45:15 2024 -0800" name="generator">
99
<link href="https://www.w3.org/TR/CSP3/" rel="canonical">
10-
<meta content="398a20e93b94e8590505a05ff3a4fed4b887caad" name="revision">
10+
<meta content="268bdff2dfd1bea01f7f09abb46bfb2ed388c497" 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>
@@ -2159,7 +2159,7 @@ <h4 class="heading settled dfn-paneled algorithm" data-algorithm="EnsureCSPDoesN
21592159
<p>Else:</p>
21602160
<ol>
21612161
<li data-md>
2162-
<p>Let <var>compilationSink</var> be "Function" if <var>compilationType</var> is "<code>FUNCTION</code>", and "Eval" otherwise.</p>
2162+
<p>Let <var>compilationSink</var> be "Function" if <var>compilationType</var> is "<code>FUNCTION</code>", and "eval" otherwise.</p>
21632163
<li data-md>
21642164
<p>Let <var>isTrusted</var> be <code>true</code> if <var>bodyArg</var> <a data-link-type="dfn" href="https://webidl.spec.whatwg.org/#implements" id="ref-for-implements">implements</a> <code class="idl"><a data-link-type="idl" href="https://www.w3.org/TR/trusted-types/#trustedscript" id="ref-for-trustedscript">TrustedScript</a></code>, and <code>false</code> otherwise.</p>
21652165
<li data-md>

0 commit comments

Comments
 (0)