diff options
| author | 2016-03-08 18:41:27 +0100 | |
|---|---|---|
| committer | 2016-03-08 18:41:27 +0100 | |
| commit | b60a9896b1474ac687b2a8e0573129593c179820 (patch) | |
| tree | c800a9b119eef30f7c997e1742848d7f71c3112a /app | |
| parent | 7f764ca6824420813db2e71a3344360620d2e5ca (diff) | |
| parent | 7244b6d486b7ec38fbb350a5c4b73021030e1a72 (diff) | |
Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev
Diffstat (limited to 'app')
| -rw-r--r-- | app/FreshRSS.php | 1 |
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() { |
