Object.defineProperties(location, {
host: {
value: 'test.ru',
configurable: false,
enumerable: true,
writable: false
}
});
<iframe sandbox="allow-scripts allow-forms allow-same-origin" referrerpolicy="no-referrer" src="https://yousite.com"></iframe>