Moved all default preferences to the same location.
This commit is contained in:
parent
e1d32c30f2
commit
b1b68dcfea
4 changed files with 10 additions and 17 deletions
|
@ -0,0 +1,10 @@
|
|||
// Default download directory.
|
||||
pref("browser.download.dir", "/config/downloads");
|
||||
pref("browser.download.folderList", 2);
|
||||
// Disable the privacy notice page.
|
||||
pref("toolkit.telemetry.reportingpolicy.firstRun", 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
|
||||
// to quit cleanly when container is shutted down.
|
||||
pref("browser.warnOnQuitShortcut", false);
|
Loading…
Add table
Add a link
Reference in a new issue