diff --git a/Advanced-settings.md b/Advanced-settings.md index 312f154..5744691 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -89,7 +89,7 @@ Default: `unset`. uBO 1.18.2 and above, Chromium only. -If set to `indexedDB`, uBO will use [IndexedDB](https://developer.mozilla.org/en-US/docs/Glossary/IndexedDB) as a backend to the cache storage, potentially increasing performance and reducing memory usage. See [#328](https://github.com/uBlockOrigin/uBlock-issues/issues/328) for details. If IndexedDB is not available for whatever reasons, uBO will fall back using `browser.local.storage` -- which is expected to always work. +If set to `indexedDB`, uBO will use [IndexedDB](https://developer.mozilla.org/en-US/docs/Glossary/IndexedDB) as a backend to the cache storage, potentially increasing performance and reducing memory usage. See [#328](https://github.com/uBlockOrigin/uBlock-issues/issues/328) for details. If set to `browser.storage.local` (1.18.5b4+), uBO will use WebExtensions storage as a backend to cache storage.