From 646af130f10d2041f0b78932d0a993ce779dba98 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sun, 29 Sep 2024 17:45:46 -0400 Subject: [PATCH] Disabled warning message. --- .../firefox/browser/defaults/preferences/firefox-branding.js | 2 ++ 1 file changed, 2 insertions(+) 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