We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87a1b7 commit 59c90d7Copy full SHA for 59c90d7
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "erik-dubbelboer/php-redis-admin",
3
"description": "Simple web interface to manage Redis databases.",
4
- "version": "1.16.0",
+ "version": "1.16.1",
5
"license": "CC-BY-3.0",
6
"homepage": "https://github.com/ErikDubbelboer/phpRedisAdmin",
7
"authors": [
includes/header.inc.php
@@ -4,7 +4,7 @@
header('Content-Type: text/html; charset=utf-8');
header('Cache-Control: private');
-header('X-Frame-Options: DENY');
+header('X-Frame-Options: sameorigin');
8
9
?><!DOCTYPE html>
10
<html lang=en>
0 commit comments