diff --git a/includes/um-short-functions.php b/includes/um-short-functions.php index a8e1f5c4..3ad24c9b 100644 --- a/includes/um-short-functions.php +++ b/includes/um-short-functions.php @@ -2878,6 +2878,7 @@ function um_allowed_redirect_hosts( $hosts ) { $host = trim( $host ); $host = str_replace( array( 'http://', 'https://' ), '', $host ); $host = trim( $host, '/' ); + $host = strtolower( $host ); if ( ! in_array( $host, $additional_hosts, true ) ) { $additional_hosts[] = $host;