Skip to content

Commit

Permalink
#556: update font blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed May 10, 2019
1 parent bc5094b commit 93c88d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gfx/thebes/gfxPlatformMac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ gfxPlatformMac::IsFontFormatSupported(nsIURI *aFontURI, uint32_t aFormatFlags)
HTTP_OR_HTTPS_SUBDIR("www.apple.com", "/wss/fonts/SF-Pro-Display/v1/");

HTTP_OR_HTTPS_SUBDIR("lib.intuitcdn.net", "/fonts/AvenirNext/1.0/");
HTTP_OR_HTTPS_SUBDIR("lib.intuitcdn.net", "/fonts/AvenirNext/3.0/");

HTTP_OR_HTTPS_SUBDIR("use.typekit.net", "/af/e3bd4a/00000000000000003b9ade5d/");
HTTP_OR_HTTPS_SUBDIR("use.typekit.net", "/af/dd9acd/0000000000000000000177dc/");
Expand All @@ -300,6 +301,8 @@ gfxPlatformMac::IsFontFormatSupported(nsIURI *aFontURI, uint32_t aFormatFlags)

HTTP_OR_HTTPS_SUBDIR("ici.radio-canada.ca", "/unit/app/assets/fonts/Radio-Canada/");

HTTP_OR_HTTPS_SUBDIR("www.adac.de", "/assets/font/milo-");

// Check hostname and subpatterns (TenFourFox issue 477).
HOST_AND_KEY("www.latimes.com", "/fonts/KisFBDisplay-");
HOST_AND_KEY("www.nerdwallet.com", "Gotham-Book--critical");
Expand Down

0 comments on commit 93c88d8

Please sign in to comment.