Skip to content

Commit 268bdff

Browse files
authored
Fix eval compilationSink in EnsureCSPDoesNotBlockStringCompilation. (w3c#699)
Closes w3c#695
1 parent 398a20e commit 268bdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ spec:SRI; urlPrefix: https://w3c.github.io/webappsec-subresource-integrity
14931493

14941494
1. Else:
14951495

1496-
1. Let |compilationSink| be "Function" if |compilationType| is "`FUNCTION`", and "Eval" otherwise.
1496+
1. Let |compilationSink| be "Function" if |compilationType| is "`FUNCTION`", and "eval" otherwise.
14971497

14981498
1. Let |isTrusted| be `true` if |bodyArg| [=implements=] {{TrustedScript}}, and `false` otherwise.
14991499

0 commit comments

Comments
 (0)