mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-07 17:33:05 +01:00
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:
parent
52027eac46
commit
a12d2a688b
2 changed files with 6 additions and 0 deletions
|
|
@ -1953,6 +1953,9 @@ use_basic_cache:true
|
||||||
## browser cache will only be used if use_browser_cache:true and ONLY
|
## browser cache will only be used if use_browser_cache:true and ONLY
|
||||||
## for a few sites. Requires a browser_cache_path set in
|
## for a few sites. Requires a browser_cache_path set in
|
||||||
## [defaults].
|
## [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:false
|
||||||
|
|
||||||
## use_browser_cache_only:true prevents FFF from falling through to
|
## use_browser_cache_only:true prevents FFF from falling through to
|
||||||
|
|
|
||||||
|
|
@ -1948,6 +1948,9 @@ use_basic_cache:true
|
||||||
## browser cache will only be used if use_browser_cache:true and ONLY
|
## browser cache will only be used if use_browser_cache:true and ONLY
|
||||||
## for a few sites. Requires a browser_cache_path set in
|
## for a few sites. Requires a browser_cache_path set in
|
||||||
## [defaults].
|
## [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:false
|
||||||
|
|
||||||
## use_browser_cache_only:true prevents FFF from falling through to
|
## use_browser_cache_only:true prevents FFF from falling through to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue