mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
2706: Storage API => active false #273
Sorry, but AFAIK, with this enabled it clears web extension storage when clear "offsite website data" is checked on close or manually (which we do in the user.js). Note also that even with this enabled, the UI settings are disabled, and the data-on-disk calculation never finishes, so at this point, its a bit useless to enable it until we figure that out. Will be back in 7 days
This commit is contained in:
parent
500c129d48
commit
450adab519
4
user.js
4
user.js
@ -1445,8 +1445,8 @@ user_pref("network.cookie.thirdparty.sessionOnly", true);
|
|||||||
* [1] https://developer.mozilla.org/docs/Web/API/StorageManager
|
* [1] https://developer.mozilla.org/docs/Web/API/StorageManager
|
||||||
* [2] https://developer.mozilla.org/docs/Web/API/Storage_API
|
* [2] https://developer.mozilla.org/docs/Web/API/Storage_API
|
||||||
* [3] https://blog.mozilla.org/l10n/2017/03/07/firefox-l10n-report-aurora-54/ ***/
|
* [3] https://blog.mozilla.org/l10n/2017/03/07/firefox-l10n-report-aurora-54/ ***/
|
||||||
// user_pref("dom.storageManager.enabled", false); // (FF51+)
|
user_pref("dom.storageManager.enabled", false); // (FF51+)
|
||||||
// user_pref("browser.storageManager.enabled", false); // (FF53+)
|
user_pref("browser.storageManager.enabled", false); // (FF53+)
|
||||||
/* 2707: clear localStorage and UUID when an extension is uninstalled
|
/* 2707: clear localStorage and UUID when an extension is uninstalled
|
||||||
* [NOTE] Both preferences must be the same
|
* [NOTE] Both preferences must be the same
|
||||||
* [1] https://developer.mozilla.org/Add-ons/WebExtensions/API/storage/local
|
* [1] https://developer.mozilla.org/Add-ons/WebExtensions/API/storage/local
|
||||||
|
Loading…
Reference in New Issue
Block a user