Skip to content

Commit

Permalink
Removed browser.sessionstore.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed May 21, 2017
1 parent 4b2e1c9 commit 05d321c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -687,10 +687,6 @@ user_pref("browser.privatebrowsing.autostart", true);
// relates to CIS 2.5.7
user_pref("browser.sessionstore.postdata", 0);

// PREF: Disable the Session Restore service
// http://kb.mozillazine.org/Browser.sessionstore.enabled
user_pref("browser.sessionstore.enabled", false);

// PREF: Do not download URLs for the offline cache
// http://kb.mozillazine.org/Browser.cache.offline.enable
user_pref("browser.cache.offline.enable", false);
Expand Down

0 comments on commit 05d321c

Please sign in to comment.