Skip to content

Commit

Permalink
Disabled warning message.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Sep 29, 2024
1 parent c6c9fd6 commit 646af13
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 646af13

Please sign in to comment.