Skip to content

X Frame Options

Matej Jellus edited this page Oct 30, 2019 · 2 revisions

Links:

PHP / Apache

<IfModule mod_headers.c>
  Header set X-Frame-Options DENY
</IfModule>
Clone this wiki locally