diff options
author | Mario <mario@mariovavti.com> | 2021-03-04 08:20:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-04 08:20:16 +0000 |
commit | 9c110e7b9b77a082dc3326e4fc58d5308d03668e (patch) | |
tree | c3ad222d35a16f5048b5b37821004f34bcbc6371 | |
parent | 129f8107d317df190b73ce18945c50ddc27d2969 (diff) | |
download | volse-hubzilla-9c110e7b9b77a082dc3326e4fc58d5308d03668e.tar.gz volse-hubzilla-9c110e7b9b77a082dc3326e4fc58d5308d03668e.tar.bz2 volse-hubzilla-9c110e7b9b77a082dc3326e4fc58d5308d03668e.zip |
revert isset
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2422,7 +2422,7 @@ function construct_page() { if(App::get_scheme() === 'https' && App::$config['system']['transport_security_header']) header("Strict-Transport-Security: max-age=31536000"); - if(isset(App::$config['system']['content_security_policy'])) { + if(App::$config['system']['content_security_policy']) { $cspsettings = [ 'script-src' => [ "'self'", "'unsafe-inline'", "'unsafe-eval'" ], 'style-src' => [ "'self'", "'unsafe-inline'" ], |