diff options
author | trav90 <travawine@protonmail.ch> | 2018-06-15 12:53:11 -0500 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2018-06-15 12:53:11 -0500 |
commit | 5c5bac350863198a804b2fed5bd54954eaed8ca6 (patch) | |
tree | ed344f8a385a861310429bcada2ea8aed1a978b6 | |
parent | ec2e3bc0273f69592e46249578b9aec4cf6e9e85 (diff) | |
download | UXP-5c5bac350863198a804b2fed5bd54954eaed8ca6.tar UXP-5c5bac350863198a804b2fed5bd54954eaed8ca6.tar.gz UXP-5c5bac350863198a804b2fed5bd54954eaed8ca6.tar.lz UXP-5c5bac350863198a804b2fed5bd54954eaed8ca6.tar.xz UXP-5c5bac350863198a804b2fed5bd54954eaed8ca6.zip |
[PALEMOON] Remove UA override for Google Fonts
-rw-r--r-- | application/palemoon/branding/shared/pref/uaoverrides.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/application/palemoon/branding/shared/pref/uaoverrides.inc b/application/palemoon/branding/shared/pref/uaoverrides.inc index db9ccaffa..748c51c31 100644 --- a/application/palemoon/branding/shared/pref/uaoverrides.inc +++ b/application/palemoon/branding/shared/pref/uaoverrides.inc @@ -43,11 +43,6 @@ pref("@GUAO_PREF@.players.brightcove.net","Mozilla/5.0 (Windows NT 6.1; Trident/ pref("@GUAO_PREF@.facebook.com","Mozilla/5.0 (@OS_SLICE@ rv:99.9) @GK_SLICE@ Firefox/99.9 (Pale Moon)");
pref("@GUAO_PREF@.fbcdn.net","Mozilla/5.0 (@OS_SLICE@ rv:99.9) @GK_SLICE@ Firefox/99.9 (Pale Moon)");
-#ifdef XP_UNIX
-// Google Fonts forces unicode ranges unless it is being told the browser is Firefox 43 or below.
-// They do NOT test for unicode-ranges CSS support.
-pref("@GUAO_PREF@.fonts.googleapis.com","Mozilla/5.0 (@OS_SLICE@ rv:43.0) @GK_SLICE@ Firefox/43.0");
-#endif
// UA-Sniffing domains below are pending responses from their operators - temp workaround
pref("@GUAO_PREF@.chase.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@");
|