Merge branch 'nosniff' into dev

This commit is contained in:
Alexandre Alapetite
2016-03-08 18:28:28 +01:00

View File

@@ -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() {