From 9c8b93b12a443b508c5bf2279d1d4737febb0cde Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 1 Jul 2015 09:24:30 -0300 Subject: icecat-31.7.0_gnu1-2: remove useless specific preferences from vendor.js because Icecat does it --- libre/icecat/vendor.js | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libre/icecat/vendor.js') 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", ""); -- cgit v1.2.3