mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
[Pale-Moon] Revert "Re-enable sessionstore cache soft refresh"
By popular demand. This reverts commit cf12c10d64769a8a84a1819f6655501cccea6b25.
This commit is contained in:
parent
fbf2c3a044
commit
f0c04a4df0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue