We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a251291 commit 7138a89Copy full SHA for 7138a89
1 file changed
onelogin-saml-sso/php/functions.php
@@ -56,6 +56,7 @@ function redirect_to_relaystate_if_trusted($url) {
56
} else {
57
wp_redirect($url);
58
}
59
+ exit();
60
61
62
function checkIsExternalURLAllowed($url, $trustedSites = [])
0 commit comments