From 71e13ff66b6ae441d5b94a57990ba21dc3c6d800 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Sat, 16 Nov 2019 18:57:12 -0800 Subject: [PATCH] closes #566: update font blacklist again --- gfx/thebes/gfxPlatformMac.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gfx/thebes/gfxPlatformMac.cpp b/gfx/thebes/gfxPlatformMac.cpp index 693e44c22..79c560290 100644 --- a/gfx/thebes/gfxPlatformMac.cpp +++ b/gfx/thebes/gfxPlatformMac.cpp @@ -288,6 +288,9 @@ gfxPlatformMac::IsFontFormatSupported(nsIURI *aFontURI, uint32_t aFormatFlags) EXACT_URL("https://www.wm.com/etc.clientlibs/wm/clientlibs/react-app/resources/fonts/4f99cc7e-9e83-4698-bf36-c7033e16db05.woff"); EXACT_URL("https://www.wm.com/etc.clientlibs/wm/clientlibs/react-app/resources/fonts/4d27f3a7-2889-440f-a415-734d7d9e80a7.woff"); + EXACT_URL("https://www.kulturstiftung-des-bundes.de/typo3conf/ext/base_ksb/Resources/Public/9437aea92626957f9d7fd0e5f548b689.woff2"); + EXACT_URL("https://www.kulturstiftung-des-bundes.de/typo3conf/ext/base_ksb/Resources/Public/38c1bdeb69b2cae2f59fae38f127aa6d.woff2"); + // Get the hostname to eliminate creating unnecessary test strings. nsAutoCString hostname; if (MOZ_LIKELY(NS_SUCCEEDED(aFontURI->GetHost(hostname)))) {