diff options
Diffstat (limited to '')
-rw-r--r-- | roles/wiki/templates/emacsconf.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/wiki/templates/emacsconf.setup b/roles/wiki/templates/emacsconf.setup index 81b089b..4b4ca83 100644 --- a/roles/wiki/templates/emacsconf.setup +++ b/roles/wiki/templates/emacsconf.setup @@ -280,7 +280,7 @@ locked_pages: 'edit' # attachment plugin # enhanced PageSpec specifying what attachments are allowed #allowed_attachments: virusfree() and mimetype(image/*) and maxsize(50kb) -allowed_attachments: (mimetype(text/*) or *.m3u or *.svg) and maxsize(300kb) +allowed_attachments: (mimetype(text/*) or *.m3u or *.svg or *.org) and maxsize(400kb) # virus checker program (reads STDIN, returns nonzero if virus found) #virus_checker: clamdscan - |