[Pale-Moon] Revert "Re-enable sessionstore cache soft refresh"

By popular demand.
This reverts commit cf12c10d64769a8a84a1819f6655501cccea6b25.
This commit is contained in:
Pale Moon 2020-04-15 16:30:55 +02:00 committed by Roy Tam
commit f0c04a4df0

View file

@ -869,7 +869,7 @@ pref("browser.sessionstore.restore_pinned_tabs_on_demand", false);
// 0 = standard behavior: pull fully from cache
// 1 = perform a soft refresh when restoring a tab (check network)
// 2 = perform a hard refresh when restoring a tab (bypass cache completely)
pref("browser.sessionstore.cache_behavior", 1);
pref("browser.sessionstore.cache_behavior", 0);
// Pale Moon: Allow exact positioning of windows to previous locations, even
// if they would be outside of the screen bounds
pref("browser.sessionstore.exactPos", false);