From 6e3a22ac761b2bdcd92bd66879e8fb976a906d62 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 12 Mar 2016 13:52:44 -0400 Subject: [PATCH] don't alow : in filenames --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 8a2f299af5..064a6b2ecc 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -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