Przeglądaj źródła

2404: indexedDB=>inactive, required for uBo 1.14.0+ #226

Not just uBo but many web exts are using indexedDB for storage. Users will have to deal with indexedDB persistent storage via other means.
Thorin-Oakenpants 7 lat temu
rodzic
commit
431b55f47f
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      user.js

+ 4 - 2
user.js

@@ -1128,8 +1128,10 @@ user_pref("dom.event.clipboardevents.enabled", false);
  * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1170911 ***/
 user_pref("dom.allow_cut_copy", false); // (hidden pref)
 /* 2404: disable JS storing data permanently [SETUP]
- * [WARNING] This *may* break some add-ons and *will* break some sites ***/
-user_pref("dom.indexedDB.enabled", false);
+ * [WARNING] This BREAKS uBlock Origin 1.14.0+ [2017-08-30]
+ * [1] https://github.com/gorhill/uBlock/releases/tag/1.14.0 
+ * [WARNING] This *will* break other add-ons and web extensions, and *will* break some sites ***/
+   // user_pref("dom.indexedDB.enabled", false);
 /* 2411: disable resource/navigation timing ***/
 user_pref("dom.enable_resource_timing", false);
 /* 2412: disable timing attacks - javascript performance fingerprinting