Skip to content

Commit

Permalink
feat: added missing 'wasm-unsafe-eval' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
fxnm committed May 29, 2024
1 parent 7edf6f1 commit 45cfaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Keyword.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ abstract class Keyword
const UNSAFE_EVAL = 'unsafe-eval';
const UNSAFE_HASHES = 'unsafe-hashes';
const UNSAFE_INLINE = 'unsafe-inline';
const UNSAFE_WEB_ASSEMBLY_EXECUTION = 'wasm-unsafe-eval';
}

0 comments on commit 45cfaed

Please sign in to comment.