Filter out some Ftl context
This commit is contained in:
@ -497,6 +497,10 @@
|
|||||||
) || (
|
) || (
|
||||||
are_same_path(path, ["user"]) &&
|
are_same_path(path, ["user"]) &&
|
||||||
key == "delegateForUpdate"
|
key == "delegateForUpdate"
|
||||||
|
) || (
|
||||||
|
<#-- Security audit forwarded by Garth (Gmail) -->
|
||||||
|
are_same_path(path, ["client", "attributes"]) &&
|
||||||
|
key == "saml.signing.private.key"
|
||||||
)
|
)
|
||||||
>
|
>
|
||||||
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
<#local out_seq += ["/*If you need '" + path?join(".") + "." + key + "' on " + pageId + ", please submit an issue to the Keycloakify repo*/"]>
|
||||||
|
Reference in New Issue
Block a user