user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit accef19af474c4aba5534325f465d45c5fb85ea1
parent 910d7004c691837cfb2bcfb3ebb71933dd96a0b0
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 11 Nov 2020 16:27:43 +0000

add LSNG, fixes #1059
Diffstat:
Muser.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1280,6 +1280,8 @@ user_pref("browser.cache.offline.enable", false); /* 2755: disable Storage Access API [FF65+] * [1] https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API ***/ // user_pref("dom.storage_access.enabled", false); +/* 2760: enable Local Storage Next Generation (LSNG) [FF65+] ***/ +user_pref("dom.storage.next_gen", true); /*** [SECTION 2800]: SHUTDOWN You should set the values to what suits you best.