Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Dubbelboer <erik@dubbelboer.com>2021-09-10 18:27:18 +0300
committerErik Dubbelboer <erik@dubbelboer.com>2021-09-10 18:27:18 +0300
commitd7c5898f84f79a44b88037a3ac2905b7b54b1733 (patch)
tree30768fc7203698e9189cd9cefaa0113e2e27f059
parente24ecad7b8d1ca9e52b5d2f93dc0d43397444abf (diff)
Set X-Frame-Options: DENY
-rw-r--r--includes/header.inc.php1
1 files changed, 1 insertions, 0 deletions
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 @@ $version = '1-1-1';
header('Content-Type: text/html; charset=utf-8');
header('Cache-Control: private');
+header('X-Frame-Options: DENY');
?><!DOCTYPE html>
<html lang=en>