forked from MarseyWorld/MarseyWorld
Add typekit to approved hosts. (#243)
parent
902a8fa7e3
commit
110278d87f
|
@ -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('.','\.')
|
||||
|
|
Loading…
Reference in New Issue