diff options
| author | 2016-02-21 21:25:23 +0100 | |
|---|---|---|
| committer | 2016-02-21 21:25:23 +0100 | |
| commit | 38c2d671e3480b8e9fb38491797e44fdea317006 (patch) | |
| tree | 3b753dc6ae896918932199502493337966ad2006 /app/install.php | |
| parent | cb913a3a76daf357ad36ca39c26b4aaf800211d2 (diff) | |
CSP different policies per controller
https://github.com/FreshRSS/FreshRSS/issues/1075
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 1 |
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); |
