mirror of
https://github.com/gchq/CyberChef
synced 2026-01-07 11:03:18 +00:00
improve comments and re-add some excluded operations
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
* @license Apache-2.0
|
||||
*/
|
||||
export default [
|
||||
// This functionality can be done more easily using JavaScript
|
||||
"Fork",
|
||||
"Merge",
|
||||
"Jump",
|
||||
@@ -18,11 +19,6 @@ export default [
|
||||
"JavaScriptMinify",
|
||||
"JavaScriptParser",
|
||||
|
||||
// Relies on state of recipe.
|
||||
// "Magic",
|
||||
|
||||
"RenderImage",
|
||||
// Irrelevant in Node console
|
||||
"SyntaxHighlighter",
|
||||
|
||||
"DetectFileType",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user