mutato icon indicating copy to clipboard operation
mutato copied to clipboard

Place the cmd nunjucks processor behind a flag

Open 3p3r opened this issue 4 years ago • 0 comments

Default should be that it doesn't work / is not available. Add a flag: --allow-insecure. IIRC mu has this exact flag.

We might make it a list like --allow-insecure (allow all) and --allow-insecure cmd,other for a list of things to allow, etc...

This can be done in config.ts with a boolean flag so the preprocessor class does not add its cmd helper to Nunjucks.

3p3r avatar Apr 03 '20 04:04 3p3r