mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
exclude File operations until File API can be mimicked
This commit is contained in:
@@ -12,4 +12,10 @@ export default [
|
||||
"ConditionalJump",
|
||||
"Label",
|
||||
"Comment",
|
||||
|
||||
// Exclude file ops until HTML5 File Object can be mimicked
|
||||
"Tar",
|
||||
"Untar",
|
||||
"Unzip",
|
||||
"Zip",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user