You have not defined which url's are safe for your application.
Go to /sites/default/settings.php
file and add these lines:
$settings['trusted_host_patterns'] = array(
'^example\.com$',
'^www\.example\.com$',
);
// change example.com to your domain