From f2029c1d268041a9285a1f982e8ff01fef15e9e9 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 7 Oct 2020 16:17:00 +0000 Subject: [PATCH] commit of setup files --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 9687389c6f..3aa5e448fc 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -144,7 +144,7 @@ timezone: GMT #exclude: ^(*\.private|Makefile)$ # specifies the characters that are allowed in source filenames wiki_file_chars: -[:alnum:]+/._ -wiki_file_regexp: (^[$config{wiki_file_chars}]+[:alnum:]$) +wiki_file_regexp: (^[-[:alnum:]+/._]+[:alnum:]$) # allow symlinks in the path leading to the srcdir (potentially insecure) allow_symlinks_before_srcdir: 0 # cookie control