aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 21:25:23 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 21:25:23 +0100
commit38c2d671e3480b8e9fb38491797e44fdea317006 (patch)
tree3b753dc6ae896918932199502493337966ad2006 /app/install.php
parentcb913a3a76daf357ad36ca39c26b4aaf800211d2 (diff)
CSP different policies per controller
https://github.com/FreshRSS/FreshRSS/issues/1075
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/install.php b/app/install.php
index 03f6e2199..a4a888af2 100644
--- a/app/install.php
+++ b/app/install.php
@@ -2,6 +2,7 @@
if (function_exists('opcache_reset')) {
opcache_reset();
}
+header("Content-Security-Policy: default-src 'self'");
define('BCRYPT_COST', 9);