4 lines
211 B
JavaScript
4 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);
|