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:
parent
de598577b1
commit
edd68d12fb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
checkCookiesAndSetTimer(
|
||||
"${authenticationSession.authSessionId}",
|
||||
"${authenticationSession.tabId}",
|
||||
"${url.ssoLoginInOtherTabsUrl}"
|
||||
"${url.ssoLoginInOtherTabsUrl?no_esc}"
|
||||
);
|
||||
</script>
|
||||
</#if>
|
||||
|
|
Loading…
Reference in a new issue