Iframe

Пытаюсь в Iframe загрузить страницу https://app.jivosite.com/ . Страница не загружается из-за ошибок.
Если эту же страницу открыть в браузере, то страница загружается, хотя ошибки тоже в консоли видны.
Подскажите пожалуйста, возможно ли настроить iframe таким образом, что бы необходимая мне страница загружалась как во вкладке браузера? Большое спасибо!

Trying to Iframe to load the page https://app.jivosite.com/ . Page not loaded due to errors.
If the same page open in browser, the page loads, although the errors too in the console visible.
Please tell me, is it possible to set an iframe so that would be necessary for me the page loads in the browser tab? Thank you very much!

Probably this website blocks the iframes. You can check in Devtools Network tab if any of the loaded links have “x-frame-options” response headers.

Hello! Thank you very much for the answer! No header “x-frame-options” I have not found.