diff --git a/files/helpers/const.py b/files/helpers/const.py index b69bcd1892..9d0f204cb2 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -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('.','\.')