Security patch
This commit is contained in:
parent
5ff15c6ee1
commit
a268bb99e9
@ -174,6 +174,9 @@ ${ftl_object_to_js_code_declaring_an_object(.data_model, [])?no_esc};
|
|||||||
) || (
|
) || (
|
||||||
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
["masterAdminClient", "delegateForUpdate", "defaultRole"]?seq_contains(key) &&
|
||||||
are_same_path(path, ["realm"])
|
are_same_path(path, ["realm"])
|
||||||
|
) || (
|
||||||
|
"smtpConfig" == key &&
|
||||||
|
are_same_path(path, ["realm"]) &&
|
||||||
) || (
|
) || (
|
||||||
"error.ftl" == pageId &&
|
"error.ftl" == pageId &&
|
||||||
are_same_path(path, ["realm"]) &&
|
are_same_path(path, ["realm"]) &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user