Where is the bug/mistake?
https://docs.n8n.io/hosting/configuration/environment-variables/security/#security-environment-variables
What problem did you find?
Documentation says multiple folders should be separated by colon ":". In the code they are split by semicolon.
Can you suggest a fix?
Description for N8N_RESTRICT_FILE_ACCESS_TO shoud read Limits access to files in these directories. Provide multiple files as a semicolon-separated list (";").
Additional context
None.