aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar bendiller <[email protected]>2019-10-14 17:59:37 -0600
committerGravatar bendiller <[email protected]>2019-10-14 17:59:37 -0600
commit003f8fe85cbb90d51225580bc35b91ebf21fd0a3 (patch)
tree557161f23582ae770c054e3d6a91080c15db576d /config-default.yml
parentFix Constants.AntiMalware.whitelist type (diff)
Improve code readability and docstring
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml20
1 files changed, 18 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml
index 30d505d6d..071478206 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -324,8 +324,24 @@ anti_spam:
anti_malware:
- whitelist: ['.bmp', '.gif', '.jpg', '.jpeg', '.png', '.tiff', # Images
- '.3gp', '.3g2', '.avi', '.h264', '.m4v', '.mkv', '.mov', '.mp4', '.mpeg', '.mpg', '.wmv' ] # Videos
+ whitelist:
+ - '.3gp'
+ - '.3g2'
+ - '.avi'
+ - '.bmp'
+ - '.gif'
+ - '.h264'
+ - '.jpg'
+ - '.jpeg'
+ - '.m4v'
+ - '.mkv'
+ - '.mov'
+ - '.mp4'
+ - '.mpeg'
+ - '.mpg'
+ - '.png'
+ - '.tiff'
+ - '.wmv'
reddit: