From a8bff09b9e6a2619f98c66520006b71e5f8fb7be Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 17 Apr 2022 23:59:05 +0200 Subject: [PATCH] fds --- files/helpers/const.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 0f07d3fc9..383a7bf13 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -756,6 +756,9 @@ proxies = {"http":"http://127.0.0.1:18080","https":"http://127.0.0.1:18080"} blackjack = environ.get("BLACKJACK", "").strip() approved_embed_hosts = [ + 'rdrama.net', + 'pcmemes.net', + 'cringetopia.org', 'imgur.com', 'ibb.co', 'lain.la', @@ -799,7 +802,8 @@ approved_embed_hosts = [ 'kiwifarms.net', 'amazonaws.com', 'githubusercontent.com', - 'unilad.co.uk' + 'unilad.co.uk', + 'grrrgraphics.com' ] hosts = "|".join(approved_embed_hosts).replace('.','\.')