mirror of
https://github.com/gchq/CyberChef
synced 2026-01-04 17:43:28 +00:00
Add ability to exclude operations from Node API. Exclude flow control ops
This commit is contained in:
15
src/node/config/excludedOperations.mjs
Normal file
15
src/node/config/excludedOperations.mjs
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* 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",
|
||||
];
|
||||
Reference in New Issue
Block a user