Excerpt from https://blog.mozilla.org/addons/2017/11/20/extensions-in-firefox-58/:
The browsingData API now supports clearing the indexedDB storage area
The browsingData API supports clearing localStorage by hostname, similar to cookies
Currently uMatrix uses a content script to try to clear localStorage as per cookie cell, while it does not touch indexedDB storage due to missing API to enumerate databases.
Excerpt from <https://blog.mozilla.org/addons/2017/11/20/extensions-in-firefox-58/>:
> The browsingData API now supports clearing the indexedDB storage area
> The browsingData API supports clearing localStorage by hostname, similar to cookies
Currently uMatrix uses a content script to try to clear localStorage as per cookie cell, while it does not touch indexedDB storage due to missing API to enumerate databases.