aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorDaniel García <[email protected]>2024-07-12 20:15:55 +0200
committerDaniel García <[email protected]>2024-07-12 20:15:55 +0200
commit3d5b982f6c23f04bde6681266795319c99e4d593 (patch)
treec97b00c905735f11abae9ae621a93303288eca5a /src/config.rs
parentaaf61dc117d96df153163d390873bbdaec8ec27c (diff)
downloadvaultwarden-improved-http-client.tar.gz
vaultwarden-improved-http-client.zip
Fix wrong doc referencesimproved-http-client
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files 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.