mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Added browser.tabs.closeWindowWithLastTab
to the default Firefox config.
This commit is contained in:
parent
007f31e2a6
commit
d27a479a7d
@ -1,2 +1,4 @@
|
|||||||
// Disable the privacy notice page.
|
// Disable the privacy notice page.
|
||||||
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
||||||
|
// Prevent closing Firefox when closing the last tab.
|
||||||
|
user_pref("browser.tabs.closeWindowWithLastTab", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user