diff options
| author | 2020-07-18 16:54:01 +0200 | |
|---|---|---|
| committer | 2020-07-18 16:54:01 +0200 | |
| commit | 1c569f2f38fe18d6210deec001046cf9ee68ea53 (patch) | |
| tree | c8ac90eea18379b2eaea75387bf1e890d741dc72 /config-default.yml | |
| parent | Remove Filtering constants, use cache data. (diff) | |
Remove AntiMalWare constants, use cache data.
Also updates the tests for this cog.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/config-default.yml b/config-default.yml index 81c8c40d5..503cc2b52 100644 --- a/config-default.yml +++ b/config-default.yml @@ -386,35 +386,6 @@ anti_spam: max: 3 -anti_malware: - whitelist: - - '.3gp' - - '.3g2' - - '.avi' - - '.bmp' - - '.gif' - - '.h264' - - '.jpg' - - '.jpeg' - - '.m4v' - - '.mkv' - - '.mov' - - '.mp4' - - '.mpeg' - - '.mpg' - - '.png' - - '.tiff' - - '.wmv' - - '.svg' - - '.psd' # Photoshop - - '.ai' # Illustrator - - '.aep' # After Effects - - '.xcf' # GIMP - - '.mp3' - - '.wav' - - '.ogg' - - reddit: subreddits: - 'r/Python' |