1
0
Fork 0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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.