From 574040c3f5562f428980aff019c0dd294a075b00 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 26 Sep 2022 11:02:39 +0200 Subject: [PATCH] add furry and pony image hosts --- files/helpers/const.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 9f6bf912f..962e6342f 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1013,7 +1013,13 @@ approved_embed_hosts = { 'substackcdn.com', '9gag.com', 'ifunny.co', - 'wixmp.com' + 'wixmp.com', + 'derpicdn.net', + 'twibooru.org', + 'ponybooru.org', + 'e621.net', + 'ponerpics.org', + 'furaffinity.net' }