There was an error while loading. Please reload this page.
enter about:config in url bar
No auto updating:
app.update.auto = false
app.update.enabled = false
No crash report and resuming:
browser.sessionstore.resume_from_crash = false
browser.tabs.crashReporting.sendReport = false
Per bug 1328949, we should add
javascript.options.asyncstack=false
browser.urlbar.oneOffSearches=false (Nightly default on, might not be necessary)
findbar.highlightAll=false (Nightly default on, might not be necessary)
findbar.modalHighlight=false (Nightly default on, might not be necessary)
Disable Flash
user_pref("plugin.state.flash", 0);
Disable Default Browser checking
user_pref("browser.shell.checkDefaultBrowser", false);