From 0ee8e2717d768d02149b86193e8b32437b635734 Mon Sep 17 00:00:00 2001 From: gwarser Date: Thu, 28 Feb 2019 20:40:27 +0100 Subject: [PATCH] cacheStorageAPI will not fall back when set by user https://github.com/gorhill/uBlock/commit/b585518c0033f4ab04ce75fc55ad562d226c4bad --- Advanced-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.