From 1017f4f34acd75a7a22b9667b60356c43d773496 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Fri, 23 Feb 2024 02:25:23 +0100 Subject: fix: Also expose forbidden filename character in the capabilities Signed-off-by: Ferdinand Thiessen --- config/config.sample.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index d999b1e39b0..79f813a4dae 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1962,6 +1962,8 @@ $CONFIG = [ /** * Blacklist characters from being used in filenames. This is useful if you * have a filesystem or OS which does not support certain characters like windows. + * + * The '/' and '\' characters are always forbidden. * * Example for windows systems: ``array('?', '<', '>', ':', '*', '|', '"', chr(0), "\n", "\r")`` * see https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits -- cgit v1.2.3