Skip to content
Snippets Groups Projects
Commit dda752cd authored by Rene Fernandez Sanchez's avatar Rene Fernandez Sanchez
Browse files

Merge branch 'handle_hostname' into 'test'

Fix condition on referer check

See merge request !21
parents 80de211d e0d14a6b
Branches
No related tags found
3 merge requests!25Feature/update paella plugins,!22Use referer url for the embeds sso checking,!21Fix condition on referer check
Pipeline #6001477 passed
......@@ -13,7 +13,7 @@ export default function Main() {
};
const referer = getParentHostname();
if (isRefererAllowed(referer)) {
if (!isRefererAllowed(referer)) {
setInitialized(true);
} else {
console.log("Initializing Keycloak...");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment