Remove X-Frame-Options

master
Skylar Ittner 4 years ago
parent e5c947c4a4
commit 4342f25b90

@ -23,7 +23,6 @@ header('X-Powered-By: PHP');
// Security
header('X-Content-Type-Options: nosniff');
header('X-XSS-Protection: 1; mode=block');
header('X-Frame-Options: "DENY"');
header('Referrer-Policy: "no-referrer, strict-origin-when-cross-origin"');
$SECURE_NONCE = base64_encode(random_bytes(8));

Loading…
Cancel
Save