From d9de913cb9b69f491a49d72ed4ba32a9e6ea86e7 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 27 Dec 2022 04:17:04 +0200 Subject: [PATCH] add yt3.ggpht.com to approved image 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 0a3bd2aa9..cba57446b 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -921,6 +921,7 @@ approved_embed_hosts = { 'kym-cdn.com', 'tumblr.com', # concerningly broad. 'ytimg.com', + 'yt3.ggpht.com', ### Third-Party Resources (For e.g. Profile Customization) # TODO: Any reasonable way to proxy these instead?