forked from rDrama/rDrama
1
0
Fork 0

Add typekit to approved hosts. (#243)

master
TLSM 2022-05-05 03:57:34 -04:00 committed by GitHub
parent 902a8fa7e3
commit 110278d87f
1 changed files with 2 additions and 1 deletions

View File

@ -864,7 +864,8 @@ approved_embed_hosts = [
'deviantart.com',
'deviantart.net',
'googleapis.com',
'bing.com'
'bing.com',
'typekit.net',
]
hosts = "|".join(approved_embed_hosts).replace('.','\.')