From d7c5898f84f79a44b88037a3ac2905b7b54b1733 Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Fri, 10 Sep 2021 15:27:18 +0000 Subject: [PATCH] Set X-Frame-Options: DENY --- includes/header.inc.php | 1 + 1 file changed, 1 insertion(+) 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'); ?>