mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Fix for freemarker template URL sanitization in template.ftl (#26838)
closes #26826 Signed-off-by: Dominik Topp <19268966+dominiktopp@users.noreply.github.com>
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
checkCookiesAndSetTimer(
|
||||
"${authenticationSession.authSessionId}",
|
||||
"${authenticationSession.tabId}",
|
||||
"${url.ssoLoginInOtherTabsUrl}"
|
||||
"${url.ssoLoginInOtherTabsUrl?no_esc}"
|
||||
);
|
||||
</script>
|
||||
</#if>
|
||||
|
||||
Reference in New Issue
Block a user