commit 24f2e1d9829212077cbc5a4df92b877fcbfde8ea
parent c6060e5645120856a144acabc20045a9cb4a64bc
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 31 Jan 2019 16:16:59 +0000
disable storage access api
see: https://old.reddit.com/r/firefox/comments/alnn3f/storageaccessapi_permissions/effg5tp/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -1458,7 +1458,7 @@ user_pref("dom.caches.enabled", false);
// user_pref("dom.storageManager.enabled", 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);
+user_pref("dom.storage_access.enabled", false);
/*** [SECTION 2800]: SHUTDOWN [SETUP-CHROME]
You should set the values to what suits you best.