forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-17 23:59:05 +02:00
parent 15f5216c40
commit a8bff09b9e
1 changed files with 5 additions and 1 deletions

View File

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