Document the new 'directimages' for BrowserCache feature

Explain that this feature is useful for images delivered by WebSite with
a no-cache attribute when `use_browser_cache_only` is true (currently AO3).

Signed-off-by: Nicolas SAPA <nico@ByMe.at>
This commit is contained in:
Nicolas SAPA 2025-03-16 17:56:43 +01:00 committed by Jim Miller
parent 52027eac46
commit a12d2a688b
2 changed files with 6 additions and 0 deletions

View file

@ -1953,6 +1953,9 @@ use_basic_cache:true
## browser cache will only be used if use_browser_cache:true and ONLY
## for a few sites. Requires a browser_cache_path set in
## [defaults].
## This configurable also accept 'directimages' if you want to ignore
## the BrowserCache for downloading images even if use_browser_cache_only is true.
## This is useful for sites that deliver images with a no-cache attribute.
#use_browser_cache:false
## use_browser_cache_only:true prevents FFF from falling through to

View file

@ -1948,6 +1948,9 @@ use_basic_cache:true
## browser cache will only be used if use_browser_cache:true and ONLY
## for a few sites. Requires a browser_cache_path set in
## [defaults].
## This configurable also accept 'directimages' if you want to ignore
## the BrowserCache for downloading images even if use_browser_cache_only is true.
## This is useful for sites that deliver images with a no-cache attribute.
#use_browser_cache:false
## use_browser_cache_only:true prevents FFF from falling through to