From a12d2a688bbfb1a5bf192d4bb108d20cc02da1f7 Mon Sep 17 00:00:00 2001 From: Nicolas SAPA Date: Sun, 16 Mar 2025 17:56:43 +0100 Subject: [PATCH] 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 --- calibre-plugin/plugin-defaults.ini | 3 +++ fanficfare/defaults.ini | 3 +++ 2 files changed, 6 insertions(+) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index 204a1b1b..2df6bb37 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -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 diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index 8c8e34dc..1bf97d84 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -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