diff --git a/rootfs/usr/lib/firefox/browser/defaults/preferences/firefox-branding.js b/rootfs/usr/lib/firefox/browser/defaults/preferences/firefox-branding.js index 9e9e1da..c79e78d 100644 --- a/rootfs/usr/lib/firefox/browser/defaults/preferences/firefox-branding.js +++ b/rootfs/usr/lib/firefox/browser/defaults/preferences/firefox-branding.js @@ -3,6 +3,8 @@ pref("browser.download.dir", "/config/downloads"); pref("browser.download.folderList", 2); // Disable the privacy notice page. pref("toolkit.telemetry.reportingpolicy.firstRun", false); +// Disable some warning messages. +pref("security.sandbox.warn_unprivileged_namespaces", false); // Prevent closing Firefox when closing the last tab. pref("browser.tabs.closeWindowWithLastTab", false); // Disable confirmation before quitting with Ctrl+Q. Needed to allow Firefox