forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-05-25 02:22:09 +02:00
parent 1b66095747
commit 826f137a5e
1 changed files with 2 additions and 1 deletions

View File

@ -933,7 +933,8 @@ approved_embed_hosts = [
'googleapis.com', 'googleapis.com',
'bing.com', 'bing.com',
'typekit.net', 'typekit.net',
'postimg.cc' 'postimg.cc',
'archive.org'
] ]
hosts = "|".join(approved_embed_hosts).replace('.','\.') hosts = "|".join(approved_embed_hosts).replace('.','\.')