diff options
author | Daniel García <[email protected]> | 2024-07-12 20:15:55 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2024-07-12 20:15:55 +0200 |
commit | 3d5b982f6c23f04bde6681266795319c99e4d593 (patch) | |
tree | c97b00c905735f11abae9ae621a93303288eca5a | |
parent | aaf61dc117d96df153163d390873bbdaec8ec27c (diff) | |
download | vaultwarden-3d5b982f6c23f04bde6681266795319c99e4d593.tar.gz vaultwarden-3d5b982f6c23f04bde6681266795319c99e4d593.zip |
Fix wrong doc referencesimproved-http-client
-rw-r--r-- | src/config.rs | 4 |
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. |