fds
This commit is contained in:
parent
ab70ffee4e
commit
67b7b6f7a7
1 changed files with 5 additions and 1 deletions
|
@ -756,6 +756,9 @@ proxies = {"http":"http://127.0.0.1:18080","https":"http://127.0.0.1:18080"}
|
||||||
blackjack = environ.get("BLACKJACK", "").strip()
|
blackjack = environ.get("BLACKJACK", "").strip()
|
||||||
|
|
||||||
approved_embed_hosts = [
|
approved_embed_hosts = [
|
||||||
|
'rdrama.net',
|
||||||
|
'pcmemes.net',
|
||||||
|
'cringetopia.org',
|
||||||
'imgur.com',
|
'imgur.com',
|
||||||
'ibb.co',
|
'ibb.co',
|
||||||
'lain.la',
|
'lain.la',
|
||||||
|
@ -799,7 +802,8 @@ approved_embed_hosts = [
|
||||||
'kiwifarms.net',
|
'kiwifarms.net',
|
||||||
'amazonaws.com',
|
'amazonaws.com',
|
||||||
'githubusercontent.com',
|
'githubusercontent.com',
|
||||||
'unilad.co.uk'
|
'unilad.co.uk',
|
||||||
|
'grrrgraphics.com'
|
||||||
]
|
]
|
||||||
|
|
||||||
hosts = "|".join(approved_embed_hosts).replace('.','\.')
|
hosts = "|".join(approved_embed_hosts).replace('.','\.')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue