summaryrefslogtreecommitdiff
path: root/libre/icecat/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-01 09:24:30 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-07-01 09:24:30 -0300
commit9c8b93b12a443b508c5bf2279d1d4737febb0cde (patch)
tree568f9b8afb4e77aa5d2a4c119603ca311c5ef074 /libre/icecat/vendor.js
parent6754d5ea997f61e6df67ff782e8b2c7507495595 (diff)
downloadabslibre-9c8b93b12a443b508c5bf2279d1d4737febb0cde.tar.gz
abslibre-9c8b93b12a443b508c5bf2279d1d4737febb0cde.tar.bz2
abslibre-9c8b93b12a443b508c5bf2279d1d4737febb0cde.zip
icecat-31.7.0_gnu1-2: remove useless specific preferences from vendor.js because Icecat does it
Diffstat (limited to 'libre/icecat/vendor.js')
-rw-r--r--libre/icecat/vendor.js9
1 files changed, 1 insertions, 8 deletions
diff --git a/libre/icecat/vendor.js b/libre/icecat/vendor.js
index 9eab9721b..32fddb8db 100644
--- a/libre/icecat/vendor.js
+++ b/libre/icecat/vendor.js
@@ -8,17 +8,10 @@ pref("browser.shell.checkDefaultBrowser", false);
pref("extensions.autoDisableScopes", 11);
pref("extensions.shownSelectionUI", true);
-// Make sure that safebrowsing is disabled
-pref("browser.safebrowsing.enabled", false);
-pref("browser.safebrowsing.malware.enabled", false);
-
-// Disable missing nonfree flash notification
-pref("plugins.notifyMissingFlash", false);
-
// Disable "alt" as a shortcut key to open full menu bar. Conflicts with "alt" as a modifier
pref("ui.key.menuAccessKeyFocuses", false);
-// Make sure that whitelisted and directory installs are empty
+// Make sure that Firefox Social stuff are empty
pref("social.whitelist", "");
pref("social.directories", "");