Skip to content

Commit 59c90d7

Browse files
v1.16.1
X-Frame-Options: sameorigin
1 parent b87a1b7 commit 59c90d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "erik-dubbelboer/php-redis-admin",
33
"description": "Simple web interface to manage Redis databases.",
4-
"version": "1.16.0",
4+
"version": "1.16.1",
55
"license": "CC-BY-3.0",
66
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
77
"authors": [

includes/header.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
header('Content-Type: text/html; charset=utf-8');
66
header('Cache-Control: private');
7-
header('X-Frame-Options: DENY');
7+
header('X-Frame-Options: sameorigin');
88

99
?><!DOCTYPE html>
1010
<html lang=en>

0 commit comments

Comments
 (0)