FAQ - Apache - Header X-Frame SameOrigin

Apache - Header X-Frame SameOrigin

28.11.2019 1819


In case the chat widget does not appear it could be a problem with the apache settings itself.

In this case please open browser console on the site you have placed the chat widget. Should you see following error in the console:

Refused to display 'the url to your chat widget' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

You will need to either change it in your apache config file or add following line on top of your htaccess file:

Header always unset X-Frame-Options