diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-16 11:45:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-16 11:45:41 +0200 |
commit | d25a51c8e3dc21025fdf2dd1ef1af9d87e8d2567 (patch) | |
tree | aeeb54f14d3cc3acaed783038ae79d9c117095e0 /application | |
parent | d6d968f7b927973830b91c3f43621471b443e29f (diff) | |
parent | 5c5bac350863198a804b2fed5bd54954eaed8ca6 (diff) | |
download | UXP-d25a51c8e3dc21025fdf2dd1ef1af9d87e8d2567.tar UXP-d25a51c8e3dc21025fdf2dd1ef1af9d87e8d2567.tar.gz UXP-d25a51c8e3dc21025fdf2dd1ef1af9d87e8d2567.tar.lz UXP-d25a51c8e3dc21025fdf2dd1ef1af9d87e8d2567.tar.xz UXP-d25a51c8e3dc21025fdf2dd1ef1af9d87e8d2567.zip |
Merge pull request #501 from trav90/uaoverrides-palemoon
[PALEMOON] Remove UA override for Google Fonts
Diffstat (limited to 'application')
-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@");
|