summaryrefslogtreecommitdiff
path: root/browser
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2016-10-10 01:34:23 +0200
committerPale Moon <git-repo@palemoon.org>2016-10-10 01:34:23 +0200
commit9943c02790eccedbbadd064355c2e5914ab760e1 (patch)
tree3996bb91581c8313f051ddfe16ef45fb1ed635df /browser
parent48cd306f44c353324fd6be8962c2a7fd9d0cd97e (diff)
downloadpalemoon-gre-9943c02790eccedbbadd064355c2e5914ab760e1.tar.gz
Enforce Firefox compatibility mode for msn.com and bing.com
(The bigger they are, the less they listen)
Diffstat (limited to 'browser')
-rw-r--r--browser/branding/shared/pref/uaoverrides.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/browser/branding/shared/pref/uaoverrides.inc b/browser/branding/shared/pref/uaoverrides.inc
index b2e499bec..041a2f576 100644
--- a/browser/branding/shared/pref/uaoverrides.inc
+++ b/browser/branding/shared/pref/uaoverrides.inc
@@ -23,6 +23,8 @@
// Required for domains that have proven unresponsive to requests from users
pref("@GUAO_PREF@.live.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
+pref("@GUAO_PREF@.msn.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
+pref("@GUAO_PREF@.bing.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
pref("@GUAO_PREF@.outlook.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
pref("@GUAO_PREF@.web.de","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");
pref("@GUAO_PREF@.aol.com","Mozilla/5.0 (@OS_SLICE@ rv:@GK_VERSION@) @GK_SLICE@ @FX_SLICE@ (Pale Moon)");