Answer the question
In order to leave comments, you need to log in
How to disable frame protection in Bitrix 11?
Hello! The site uses the old version of Bitrix (11). For the webvisor to work, you must disable frame protection or add exceptions. However, how to do this is described only for the new version https://dev.1c-bitrix.ru/learning/course/?COURSE_I...
In the old one, there is no "frame protection" menu item.
I also saw solutions with editing nginx files. Is it possible to somehow do without it?
Answer the question
In order to leave comments, you need to log in
remove from .htaccess (if SAMEORIGIN is set via htaccess)
<IfModule headers_module>
Header set X-Content-Type-Options nosniff
Header set X-Frame-Options SAMEORIGIN
</IfModule>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question