diff options
Diffstat (limited to 'browser/branding/official/pref')
-rw-r--r-- | browser/branding/official/pref/firefox-branding.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/browser/branding/official/pref/firefox-branding.js b/browser/branding/official/pref/firefox-branding.js index 1f4b062e1..9819eb0a4 100644 --- a/browser/branding/official/pref/firefox-branding.js +++ b/browser/branding/official/pref/firefox-branding.js @@ -102,8 +102,6 @@ pref("browser.identity.ssl_domain_display", 1); //show domain verified SSL (blue pref("browser.urlbar.autoFill", true);
pref("browser.urlbar.autoFill.typed", true);
-pref("social.enabled", false);
-
//Set tabs NOT on top
pref("browser.tabs.onTop",false);
|