mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-17 08:00:02 -04:00
add frames to UNSAFE_GLOBALS
This commit is contained in:
parent
2923a5f275
commit
add57d720b
2 changed files with 10 additions and 3 deletions
|
@ -429,6 +429,7 @@ const UNSAFE_GLOBALS: [&str; 9] = [
|
|||
"location",
|
||||
"document",
|
||||
"eval",
|
||||
"frames",
|
||||
];
|
||||
|
||||
fn random_string() -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue