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 | |
parent | bed9bfaaa99dde6ecfb04e6a9ce98176b5ca604f (diff) |
Add references to bug reports.
-rw-r--r-- | roles/lists/tasks/sympa.yml | 1 | ||||
-rw-r--r-- | roles/wiki/files/var/lib/ikiwiki/fripost-wiki.setup | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/lists/tasks/sympa.yml b/roles/lists/tasks/sympa.yml index 402518f..4505f54 100644 --- a/roles/lists/tasks/sympa.yml +++ b/roles/lists/tasks/sympa.yml @@ -13,6 +13,7 @@ # do_requestpasswd, do_subrequest: add $param->{'return_path'}='noreply@fripost.org'; # * List::send_global_file # $data->{'return_path'} //= &Conf::get_robot_conf($robot, 'request'); +# See #787946. - name: Configure Sympa copy: src=etc/sympa/{{ item }} dest=/etc/sympa/{{ item }} 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 |