Skip to content

Commit 646af13

Browse files
committed
Disabled warning message.
1 parent c6c9fd6 commit 646af13

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rootfs/usr/lib/firefox/browser/defaults/preferences/firefox-branding.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ pref("browser.download.dir", "/config/downloads");
33
pref("browser.download.folderList", 2);
44
// Disable the privacy notice page.
55
pref("toolkit.telemetry.reportingpolicy.firstRun", false);
6+
// Disable some warning messages.
7+
pref("security.sandbox.warn_unprivileged_namespaces", false);
68
// Prevent closing Firefox when closing the last tab.
79
pref("browser.tabs.closeWindowWithLastTab", false);
810
// Disable confirmation before quitting with Ctrl+Q. Needed to allow Firefox

0 commit comments

Comments
 (0)