From f77d9eba83a9216690d30c4ee04d57c897f72ad7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 12 Mar 2023 21:55:34 +0200 Subject: [PATCH] add bitchute to allowed_hosts --- files/helpers/config/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 197d5b823..4d4d3d8c4 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -978,6 +978,7 @@ approved_embed_hosts = { 'tumblr.com', # concerningly broad. 'ytimg.com', 'yt3.ggpht.com', + 'bitchute.com', ### Third-Party Resources (For e.g. Profile Customization) # TODO: Any reasonable way to proxy these instead?