From 0fafdc16ff2ca5eab3b6a46ffdbd4c023d79c5bf Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 17 Apr 2022 23:10:21 +0200 Subject: [PATCH] fds --- files/helpers/const.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 6c7811624..a77c8264c 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -788,7 +788,9 @@ approved_embed_hosts = [ 'a57\.foxnews\.com', 'external-content\.duckduckgo\.com', 'blogs-images\.forbes\.com', - 'images\.gr-assets\.com' + 'images\.gr-assets\.com', + 'c.tenor.com', + 'media.giphy.com' ] hosts = "|".join(approved_embed_hosts)