don't alow : in filenames
This commit is contained in:
parent
e7b29c79f9
commit
6e3a22ac76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue