From 284d4616089b942953de5d10a73f9ea5450ba18d Mon Sep 17 00:00:00 2001 From: gwarser Date: Tue, 25 Sep 2018 02:40:32 +0200 Subject: [PATCH] cacheControlForFirefox1376932 --- Advanced-settings.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Advanced-settings.md b/Advanced-settings.md index 830f504..3fab90c 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -42,6 +42,27 @@ The time to wait in hours between each update session[1]. uBO will al *** +#### `cacheControlForFirefox1376932` + +Default: `no-cache, no-store, must-revalidate`. + +uBO 1.17.0 and above. + +Configure how uBO should affect caching for the purpose of dealing with browser bug (see [#229](https://github.com/uBlockOrigin/uBlock-issues/issues/229)). + +Possible values: + +`no-cache, no-store, must-revalidate`: +- Undesirable side effect: documents themselves for which uBO has to inject CSP directives as a result of filters/ruleset won't be available offline. + +`no-cache`: +- Undesirable side effect: One will need to explicitly cache-bypass reload a page each time uBO has to inject CSP directives as a result of filters/ruleset. Note that such cache-bypass reload does not affect only the document itself, but also all secondary resources inside that document. + +Related browser issues: +- Firefox: + +*** + #### `cacheStorageCompression` Default: `true`.