From bad4f4dd49a76329d5eb226019519cb09cafa7e3 Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Mon, 13 Jul 2026 10:52:43 +0000 Subject: [PATCH] Rename AuthServerWhitelist to AuthServerAllowlist The AuthServerWhitelist Chrome policy was deprecated in Chrome 86 (October 2020) and replaced by AuthServerAllowlist. Update the browser configuration instructions to use the current policy name. More info: https://chromeenterprise.google/intl/en/policies/auth-server-whitelist/ Signed-off-by: Oleh Fedorenko --- src/page/Fedora_Chrome.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/page/Fedora_Chrome.rst b/src/page/Fedora_Chrome.rst index 74c2d4a1d..8dbd06d10 100644 --- a/src/page/Fedora_Chrome.rst +++ b/src/page/Fedora_Chrome.rst @@ -94,8 +94,8 @@ Run Chromium with Kerberos: :: % chromium-browser\ - --auth-server-whitelist="*.example.com"\ - --auth-negotiate-delegate-whitelist="*.example.com" + --auth-server-allowlist="*.example.com"\ + --auth-negotiate-delegate-allowlist="*.example.com" @@ -107,16 +107,16 @@ Run Chrome with Kerberos: :: % google-chrome\ - --auth-server-whitelist="*.example.com"\ - --auth-negotiate-delegate-whitelist="*.example.com" + --auth-server-allowlist="*.example.com"\ + --auth-negotiate-delegate-allowlist="*.example.com" If the aforementioned approach doesn't work, you can override an AuthScheme policy [4, 7]: :: - { "AuthServerWhitelist": "*.example.com", - "AuthNegotiateDelegateWhitelist": "*.example.com" } + { "AuthServerAllowlist": "*.example.com", + "AuthNegotiateDelegateAllowlist": "*.example.com" }