From 622290f3543d9c791cf0bbf5ee99a8cb27375b59 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 1 May 2022 17:48:47 +0100 Subject: [PATCH] Prevent ITFlow being shown in an iFrame --- header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/header.php b/header.php index bb4330a8..40cef0d5 100644 --- a/header.php +++ b/header.php @@ -4,6 +4,7 @@ // uncomment for test //$time_start = microtime(true); +header("X-Frame-Options: DENY"); ?>