From 826f137a5e68bb394d26dfc3d7ca0e4d930f8837 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 25 May 2022 02:22:09 +0200 Subject: [PATCH] fsd --- files/helpers/const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 42c388c53..e40141e94 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -933,7 +933,8 @@ approved_embed_hosts = [ 'googleapis.com', 'bing.com', 'typekit.net', - 'postimg.cc' + 'postimg.cc', + 'archive.org' ] hosts = "|".join(approved_embed_hosts).replace('.','\.')