Disabled warning message.
This commit is contained in:
parent
c6c9fd6d33
commit
646af130f1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue