summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-03 16:27:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-03 16:27:22 -0300
commit1c222df4c718aa049f55cc10a6bdf3357ac3a919 (patch)
treed063480e99f467937ae3fa1f82839c1d235b8084 /libre/iceweasel-libre/vendor.js
parent2945507149df876505c048936cc487d76b1cfcdd (diff)
iceweasel: remove libre suffix and Social API support -> https://lists.parabolagnulinux.org/pipermail/dev/2014-August/002291.html
Diffstat (limited to 'libre/iceweasel-libre/vendor.js')
-rw-r--r--libre/iceweasel-libre/vendor.js25
1 files changed, 0 insertions, 25 deletions
diff --git a/libre/iceweasel-libre/vendor.js b/libre/iceweasel-libre/vendor.js
deleted file mode 100644
index da8118138..000000000
--- a/libre/iceweasel-libre/vendor.js
+++ /dev/null
@@ -1,25 +0,0 @@
-// Use LANG environment variable to choose locale
-pref("intl.locale.matchOS", true);
-
-// Disable default browser checking.
-pref("browser.shell.checkDefaultBrowser", false);
-
-// Don't disable our bundled extensions in the application directory
-pref("extensions.autoDisableScopes", 11);
-pref("extensions.shownSelectionUI", true);
-
-// Disable Social API
-pref("social.remote-install.enabled", false);
-
-// Make sure that safebrowsing is disabled
-pref("browser.safebrowsing.enabled", false);
-pref("browser.safebrowsing.malware.enabled", false);
-
-// Disable localstorage for privacy reasons.
-pref("dom.storage.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);