mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-13 20:57:29 -04:00
Merge pull request #1825 from mirek-vl/master
Remove X-XSS-Protection from Controller.php
This commit is contained in:
@@ -416,7 +416,6 @@ class Controller
|
||||
header('Referrer-Policy: no-referrer');
|
||||
header('X-Content-Type-Options: nosniff');
|
||||
header('X-Frame-Options: deny');
|
||||
header('X-XSS-Protection: 1; mode=block');
|
||||
|
||||
// label all the expiration options
|
||||
$expire = array();
|
||||
|
||||
Reference in New Issue
Block a user