From e1496ff32197f05d7a4cc65c6113ffaeff75a94c Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 13 Oct 2021 17:43:46 +0200 Subject: [PATCH] Add the X-Frame-Options --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 3e410780..8640d1ec 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ ini_set("url_rewriter.tags", ''); session_start(); error_reporting(0); +header("X-Frame-Options: SAMEORIGIN"); $fc_start_time = microtime(true); require 'config.php';