Security patch

This commit is contained in:
Joseph Garrone 2024-09-26 23:28:27 +02:00
parent 5ff15c6ee1
commit a268bb99e9

View File

@ -174,6 +174,9 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
) || (
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
are_same_path(path, ["realm"])
) || (
"smtpConfig" == key &&
are_same_path(path, ["realm"]) &&
) || (
"error.ftl" == pageId &&
are_same_path(path, ["realm"]) &&