mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-17 21:32:00 +08:00
Disabled warning message.
This commit is contained in:
parent
c6c9fd6d33
commit
646af130f1
@ -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…
x
Reference in New Issue
Block a user