diff options
author | 2020-04-16 16:21:25 +0200 | |
---|---|---|
committer | 2020-04-16 16:21:25 +0200 | |
commit | b44caed7c5b26f13b4b31d237ffe07f3157aadfb (patch) | |
tree | 19a1b573f9b58bbcc8d6e9c6f63a6a1e37932f60 | |
parent | Merge pull request #881 from python-discord/help-channels-keep-dormant-invoca... (diff) |
Remove `.md` from anti-malware whitelist
We want our members to use the paste site to share text-based files instead of them sharing the files as attachments on Discord. As `.md`, a file extensions used for plain-text files with markdown formatting, is such a text file, I've removed it from the anti-malware whitelist.
-rw-r--r-- | config-default.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config-default.yml b/config-default.yml index 4cd61ce10..f2b0bfa9f 100644 --- a/config-default.yml +++ b/config-default.yml @@ -475,7 +475,6 @@ anti_malware: - '.mp3' - '.wav' - '.ogg' - - '.md' reddit: |