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)