mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 22:02:01 +08:00
5 lines
211 B
JavaScript
5 lines
211 B
JavaScript
// Disable the privacy notice page.
|
|
user_pref("toolkit.telemetry.reportingpolicy.firstRun", false);
|
|
// Prevent closing Firefox when closing the last tab.
|
|
user_pref("browser.tabs.closeWindowWithLastTab", false);
|