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('.','\.')