We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c9fd6 commit 646af13Copy full SHA for 646af13
1 file changed
rootfs/usr/lib/firefox/browser/defaults/preferences/firefox-branding.js
@@ -3,6 +3,8 @@ pref("browser.download.dir", "/config/downloads");
3
pref("browser.download.folderList", 2);
4
// Disable the privacy notice page.
5
pref("toolkit.telemetry.reportingpolicy.firstRun", false);
6
+// Disable some warning messages.
7
+pref("security.sandbox.warn_unprivileged_namespaces", false);
8
// Prevent closing Firefox when closing the last tab.
9
pref("browser.tabs.closeWindowWithLastTab", false);
10
// Disable confirmation before quitting with Ctrl+Q. Needed to allow Firefox
0 commit comments