From 3d5b982f6c23f04bde6681266795319c99e4d593 Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Date: Fri, 12 Jul 2024 20:15:55 +0200 Subject: Fix wrong doc references --- src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.rs b/src/config.rs index 40071abf..7beb86ab 100644 --- a/src/config.rs +++ b/src/config.rs @@ -538,9 +538,9 @@ make_config! { /// Icon download timeout |> Number of seconds when to stop attempting to download an icon. icon_download_timeout: u64, true, def, 10; - /// [Deprecated] Icon blacklist Regex |> Use `icon_blacklist_regex` instead + /// [Deprecated] Icon blacklist Regex |> Use `http_request_block_regex` instead icon_blacklist_regex: String, false, option; - /// [Deprecated] Icon blacklist non global IPs |> Use `http_request_blacklist_non_global_ips` instead + /// [Deprecated] Icon blacklist non global IPs |> Use `http_request_block_non_global_ips` instead icon_blacklist_non_global_ips: bool, false, def, true; /// Block HTTP domains/IPs by Regex |> Any domains or IPs that match this regex won't be fetched by the internal HTTP client. -- cgit v1.2.3