From 96c08c21a5b07f10ebb1e2e544738055f58ebe54 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Sat, 23 May 2026 08:56:28 +0200 Subject: [PATCH] nobody should be using a version that requires `icon_blacklist_non_global_ips` to be set anymore so this does not need to be mentioned. --- Allow-icon-fetching-from-internal-services.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Allow-icon-fetching-from-internal-services.md b/Allow-icon-fetching-from-internal-services.md index d9ea3ab..bf8b0c2 100644 --- a/Allow-icon-fetching-from-internal-services.md +++ b/Allow-icon-fetching-from-internal-services.md @@ -19,14 +19,6 @@ Set the following environment variable: HTTP_REQUEST_BLOCK_NON_GLOBAL_IPS=false ``` -Depending on the Vaultwarden version, you may also need to set: - -```env -ICON_BLACKLIST_NON_GLOBAL_IPS=false -``` - -However, `ICON_BLACKLIST_NON_GLOBAL_IPS` is deprecated and newer versions use `HTTP_REQUEST_BLOCK_NON_GLOBAL_IPS`. - Then restart/redeploy Vaultwarden. ## TrueNAS SCALE Important Note