mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add permit deny lists to file node
This commit is contained in:
@@ -849,7 +849,8 @@
|
||||
"deletefail": "failed to delete file: __error__",
|
||||
"writefail": "failed to write to file: __error__",
|
||||
"appendfail": "failed to append to file: __error__",
|
||||
"createfail": "failed to create file: __error__"
|
||||
"createfail": "failed to create file: __error__",
|
||||
"blocked": "File or directory blocked"
|
||||
},
|
||||
"tip": "Tip: The filename should be an absolute path, otherwise it will be relative to the working directory of the Node-RED process."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user