Skip to content

Commit

Permalink
Fix eval compilationSink in EnsureCSPDoesNotBlockStringCompilation. (#…
Browse files Browse the repository at this point in the history
…699)

SHA: 268bdff
Reason: push, by ciaramcmullin

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
fred-wang and github-actions[bot] committed Dec 17, 2024
1 parent 3849353 commit 3cdeee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 ac5ea272d, updated Fri Dec 6 15:45:15 2024 -0800" name="generator">
<link href="https://www.w3.org/TR/CSP3/" rel="canonical">
<meta content="398a20e93b94e8590505a05ff3a4fed4b887caad" name="revision">
<meta content="268bdff2dfd1bea01f7f09abb46bfb2ed388c497" name="revision">
<meta content="dark light" name="color-scheme">
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
<style>
Expand Down Expand Up @@ -2159,7 +2159,7 @@ <h4 class="heading settled dfn-paneled algorithm" data-algorithm="EnsureCSPDoesN
<p>Else:</p>
<ol>
<li data-md>
<p>Let <var>compilationSink</var> be "Function" if <var>compilationType</var> is "<code>FUNCTION</code>", and "Eval" otherwise.</p>
<p>Let <var>compilationSink</var> be "Function" if <var>compilationType</var> is "<code>FUNCTION</code>", and "eval" otherwise.</p>
<li data-md>
<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>
<li data-md>
Expand Down

0 comments on commit 3cdeee1

Please sign in to comment.