From 7b97569de2fa700a568edea2275559d0ee2df785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Thu, 4 Jun 2026 09:39:05 -0400 Subject: [PATCH] Restrict full web console URI to admins role Change the admin security constraint mapping from *.action to /admin/* so the entire web console (including read-only pages) requires the admins role, not just action endpoints. Add comments to each constraint mapping explaining its scope, and remove duplicate Referrer-Policy and Permissions-Policy rewrite rules left over from earlier edits. --- assembly/src/release/conf/jetty.xml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/assembly/src/release/conf/jetty.xml b/assembly/src/release/conf/jetty.xml index 025783845c1..fdc922c6887 100644 --- a/assembly/src/release/conf/jetty.xml +++ b/assembly/src/release/conf/jetty.xml @@ -74,14 +74,27 @@ + + - + + @@ -141,16 +154,6 @@ - - - - - - - - - -