1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-28 03:09:36 +02:00

add LSNG, fixes #1059

This commit is contained in:
Thorin-Oakenpants 2020-11-11 16:27:43 +00:00 committed by GitHub
parent 910d7004c6
commit accef19af4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.