mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-22 10:31:40 +01:00
Updated 3.2 Applying Your Changes (markdown)
parent
e6e5947899
commit
51b7b2c2e3
@ -48,6 +48,7 @@ user_pref("_user.js.parrot", "overrides section syntax error");
|
||||
/* override recipe: enable session restore ***/
|
||||
user_pref("browser.startup.page", 3); // 0102
|
||||
// user_pref("browser.privatebrowsing.autostart", false); // 0110 required if you had it set as true
|
||||
// user_pref("places.history.enabled", true); // 0862 required if you had it set as false
|
||||
// user_pref("browser.sessionstore.privacy_level", 0); // 1021 optional [to restore extras like cookies/formdata]
|
||||
user_pref("privacy.clearOnShutdown.history", false); // 2803
|
||||
// user_pref("privacy.clearOnShutdown.cookies", false); // 2803 optional
|
||||
|
Loading…
Reference in New Issue
Block a user