Remove X-Frame-Options
This commit is contained in:
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…
x
Reference in New Issue
Block a user