# HG changeset patch # User Alain Mazy # Date 1678369072 -3600 # Node ID d301047ee3c456231c4ff4b3ff13e02a5059a567 # Parent 57e98fc07ab28a63a293657ce4837212cf392087 fix unchecked resource diff -r 57e98fc07ab2 -r d301047ee3c4 Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Mon Mar 06 11:34:18 2023 +0100 +++ b/Plugin/Plugin.cpp Thu Mar 09 14:37:52 2023 +0100 @@ -754,6 +754,7 @@ { uncheckedFolders_.push_back("/ui/app/"); uncheckedFolders_.push_back("/ui/landing/"); + uncheckedResources_.insert("/"); // for the redirect to /ui/app/ uncheckedResources_.insert("/ui/api/pre-login-configuration"); // for the UI to know, i.e. if Keycloak is enabled or not uncheckedResources_.insert("/ui/api/configuration"); uncheckedResources_.insert("/auth/user-profile");