mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-22 06:36:18 +05:30
Remove X-XSS-Protection from Controller.php
This commit is contained in:
parent
0a8fcb585e
commit
1a5fa93f2f
1 changed files with 0 additions and 1 deletions
|
|
@ -416,7 +416,6 @@ class Controller
|
||||||
header('Referrer-Policy: no-referrer');
|
header('Referrer-Policy: no-referrer');
|
||||||
header('X-Content-Type-Options: nosniff');
|
header('X-Content-Type-Options: nosniff');
|
||||||
header('X-Frame-Options: deny');
|
header('X-Frame-Options: deny');
|
||||||
header('X-XSS-Protection: 1; mode=block');
|
|
||||||
|
|
||||||
// label all the expiration options
|
// label all the expiration options
|
||||||
$expire = array();
|
$expire = array();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue