Hi! thanks for the support!
here is the code i am using:
add_filter( 'allowed_redirect_hosts', 'uo_allowed_domains_list' );
function uo_allowed_domains_list( $hosts ){
$hosts[] = 'google.com';
return $hosts;
};
I also confirm that there is no redirect.
I also did the test with “www.google.it” and it always redirect me to / wp-admin.
If instead I put inside the field without “https: //” or “www.” links to the url is chained, example:
“www.website.it/website_redirect”`