Aditional context exclusion

This commit is contained in:
Joseph Garrone 2024-10-04 12:44:03 +02:00
parent e573aff6ae
commit 4de9e059e9

View File

@ -235,6 +235,9 @@ function decodeHtmlEntities(htmlStr){
"identityFederationEnabled",
"userManagedAccessAllowed"
]?seq_contains(key)
) || (
["flowContext", "session", "realm"]?seq_contains(key) &&
areSamePath(path, ["social"])
)
>
<#-- <#local outSeq += ["/*" + path?join(".") + "." + key + " excluded*/"]> -->