summaryrefslogtreecommitdiffstats
path: root/browser/branding
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-21 22:31:23 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-21 22:31:23 +0100
commit5f813f143bad0919f4c228f5045c3b090eeb25fd (patch)
tree65c134c64cd881b5ef6e335c2265114dbc2dff27 /browser/branding
parent2e07719b3029db715d84fe0a292aae5832c6833c (diff)
downloadUXP-5f813f143bad0919f4c228f5045c3b090eeb25fd.tar
UXP-5f813f143bad0919f4c228f5045c3b090eeb25fd.tar.gz
UXP-5f813f143bad0919f4c228f5045c3b090eeb25fd.tar.lz
UXP-5f813f143bad0919f4c228f5045c3b090eeb25fd.tar.xz
UXP-5f813f143bad0919f4c228f5045c3b090eeb25fd.zip
Provide UA Gecko and Firefox slices by default for web compatibility.
Diffstat (limited to 'browser/branding')
-rw-r--r--browser/branding/official/pref/firefox-branding.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/browser/branding/official/pref/firefox-branding.js b/browser/branding/official/pref/firefox-branding.js
index eb2bf489b..190b84e78 100644
--- a/browser/branding/official/pref/firefox-branding.js
+++ b/browser/branding/official/pref/firefox-branding.js
@@ -37,6 +37,10 @@ pref("app.update.url.manual", "https://@BRANDING_SITEURL@/");
// supplied in the "An update is available" page of the update wizard.
pref("app.update.url.details", "https://@BRANDING_SITEURL@/@BRANDING_RELNOTESPATH@");
+// Provide UA Gecko and Firefox slices for web compatibility
+pref("general.useragent.compatMode.firefox",true);
+pref("general.useragent.compatMode.gecko",true);
+
// Switch Application Updates off for now
pref("app.update.enabled", false);