aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-08 18:28:28 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-03-08 18:28:28 +0100
commit631e0fcbd059ee86a011e8b4ed35006557a22d9a (patch)
tree33f571fd85d1d21a569c3801ba26f282331e4319
parentc25a3b57aa017462fe2586e00779894a8a979b4f (diff)
parent44be16d4fbc78c14f8ea17160585ed1bec0c8722 (diff)
Merge branch 'nosniff' into dev
-rw-r--r--app/FreshRSS.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php
index d6f4f4062..bafa970da 100644
--- a/app/FreshRSS.php
+++ b/app/FreshRSS.php
@@ -122,6 +122,7 @@ class FreshRSS extends Minz_FrontController {
header("Content-Security-Policy: default-src 'self'");
break;
}
+ header("X-Content-Type-Options: nosniff");
}
private function loadNotifications() {