don't alow : in filenames

This commit is contained in:
admin 2016-03-12 13:52:44 -04:00
parent e7b29c79f9
commit 6e3a22ac76

View file

@ -133,7 +133,7 @@ timezone: GMT
# regexp of files that should be skipped
#exclude: ^(*\.private|Makefile)$
# specifies the characters that are allowed in source filenames
wiki_file_chars: -[:alnum:]+/.:_
wiki_file_chars: -[:alnum:]+/._
# allow symlinks in the path leading to the srcdir (potentially insecure)
allow_symlinks_before_srcdir: 0
# cookie control