diff --git a/includes/header.inc.php b/includes/header.inc.php index 9602370..b6b19f5 100644 --- a/includes/header.inc.php +++ b/includes/header.inc.php @@ -4,6 +4,7 @@ header('Content-Type: text/html; charset=utf-8'); header('Cache-Control: private'); +header('X-Frame-Options: DENY'); ?>