From 56a7d070924ab4e515020a0422653ffc4ab34131 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 24 Jun 2024 15:34:44 +0000 Subject: [PATCH] google_chrome: Use new config options for gssapi --- google_chrome/files/managed.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google_chrome/files/managed.json b/google_chrome/files/managed.json index 621fc94..a51a8a1 100644 --- a/google_chrome/files/managed.json +++ b/google_chrome/files/managed.json @@ -1,6 +1,6 @@ { - "AuthServerWhitelist": "*.foo.sh", - "AuthNegotiateDelegateWhitelist": "*.foo.sh", + "AuthServerAllowlist": "*.foo.sh", + "AuthNegotiateDelegateAllowlist": "*.foo.sh", "HomepageLocation": "https://www.foo.sh", "PasswordManagerEnabled": false }