Skip to content

Commit

Permalink
browser.sessionstore.postdata removed in firefox 29
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed May 30, 2017
1 parent 13ebecb commit 3ecfe6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 7 additions & 1 deletion ignore.list
Original file line number Diff line number Diff line change
Expand Up @@ -420,4 +420,10 @@ user_pref("browser.urlbar.maxRichResults", 0);
// PREF: Enable Information Bar for Outdated Plugins (Firefox < 33)
// http://forums.mozillazine.org/viewtopic.php?f=8&t=2490287
// https://hg.mozilla.org/mozilla-central/rev/189803
"plugins.hide_infobar_for_outdated_plugin"
"plugins.hide_infobar_for_outdated_plugin"

// PREF: Do not store POST data in saved sessions (Firefox < 29)
// https://hg.mozilla.org/mozilla-central/rev/163997
// http://kb.mozillazine.org/Browser.sessionstore.postdata
// relates to CIS 2.5.7
user_pref("browser.sessionstore.postdata", 0);
5 changes: 0 additions & 5 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,11 +691,6 @@ user_pref("network.cookie.thirdparty.sessionOnly", true);
// NOTICE: Disables "Containers" functionality (see below)
user_pref("browser.privatebrowsing.autostart", true);

// PREF: Do not store POST data in saved sessions
// http://kb.mozillazine.org/Browser.sessionstore.postdata
// relates to CIS 2.5.7
user_pref("browser.sessionstore.postdata", 0);

// 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 3ecfe6b

Please sign in to comment.