diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:24:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-10 14:24:34 +0200 |
commit | 9d401701cfc6c7250c2dd38d39c4dd661879a2a4 (patch) | |
tree | 58f94159677ee3a9c5f55d20a9b7c50b6777a959 /roles/wiki | |
parent | bed9bfaaa99dde6ecfb04e6a9ce98176b5ca604f (diff) |
Add references to bug reports.
Diffstat (limited to 'roles/wiki')
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup index cfefb77..974f7f3 100644 --- a/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup +++ b/roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup @@ -108,6 +108,7 @@ ENV: {} #exclude: ^(*\.private|Makefile)$ # specifies the characters that are allowed in source filenames wiki_file_chars: -[:alnum:]+/._ +# XXX https://ikiwiki.info/bugs/Colons___8216__:__8217___should_not_be_allowed_in_image_filenames/ # allow symlinks in the path leading to the srcdir (potentially insecure) allow_symlinks_before_srcdir: 0 # cookie control |