cyberchef/src/node/config/excludedOperations.mjs
2018-08-13 17:57:53 +01:00

26 lines
441 B
JavaScript

/**
* Operations to exlude from the Node API
*
* @author d98762656 [d98762625@gmail.com]
* @copyright Crown Copyright 2018
* @license Apache-2.0
*/
export default [
"Fork",
"Merge",
"Jump",
"ConditionalJump",
"Label",
"Comment",
// Exclude file ops until HTML5 File Object can be mimicked
"Tar",
"Untar",
"Unzip",
"Zip",
// Also uses files
"DetectFileType",
"ExtractEXIF",
];