diff options
author | 2019-12-22 19:36:08 +0100 | |
---|---|---|
committer | 2019-12-22 19:36:08 +0100 | |
commit | ac2938503da12bbe23d2fac7ab7ce7e2c170c465 (patch) | |
tree | 085824095bf68ccb953c8f396e4dc12225e6c495 | |
parent | Merge pull request #703 from python-discord/user-sync-on-user-update (diff) |
Allow PSD's and more on antimalware whitelist
Also includes the following related formats:
- .svg
- .ai (Adobe Illustrator)
- .aep (Adobe After Effects)
- .xcf (GIMP
-rw-r--r-- | config-default.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml index 6ae07da93..4463ea8aa 100644 --- a/config-default.yml +++ b/config-default.yml @@ -362,6 +362,11 @@ anti_malware: - '.png' - '.tiff' - '.wmv' + - '.svg' + - '.psd' # Photoshop + - '.ai' # Illustrator + - '.aep' # After Effects + - '.xcf' # GIMP reddit: |