mirror of
https://github.com/gchq/CyberChef
synced 2025-01-08 10:38:46 +00:00
exclude File operations until File API can be mimicked
This commit is contained in:
parent
f95f01b895
commit
27ee7f8592
1 changed files with 6 additions and 0 deletions
|
@ -12,4 +12,10 @@ export default [
|
||||||
"ConditionalJump",
|
"ConditionalJump",
|
||||||
"Label",
|
"Label",
|
||||||
"Comment",
|
"Comment",
|
||||||
|
|
||||||
|
// Exclude file ops until HTML5 File Object can be mimicked
|
||||||
|
"Tar",
|
||||||
|
"Untar",
|
||||||
|
"Unzip",
|
||||||
|
"Zip",
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue