Explorar o código

disable storage access api

see: https://old.reddit.com/r/firefox/comments/alnn3f/storageaccessapi_permissions/effg5tp/
Thorin-Oakenpants %!s(int64=6) %!d(string=hai) anos
pai
achega
24f2e1d982
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      user.js

+ 1 - 1
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.