From 2e99f5f77d8bcf9fb15dfa7a38521bdc0b2fbf7e Mon Sep 17 00:00:00 2001 From: ljf Date: Mon, 11 Dec 2023 01:10:05 +0100 Subject: [PATCH] [enh] Better interoperabillity between windows, mac and linux nextcloud client --- conf/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/config.json b/conf/config.json index 297d3d0..422aa90 100644 --- a/conf/config.json +++ b/conf/config.json @@ -23,6 +23,7 @@ "lost_password_link": "", "localstorage.allowsymlinks": true, "simpleSignUpLink.shown": false, + "forbidden_chars": ["?", "<", ">", ":", "*", "|", "\"", "\0", "\n", "\r"], "mail_smtpmode": "smtp", "mail_smtpport": "25", "mail_smtpauth": 1,