diff options
author | Mario <mario@mariovavti.com> | 2021-03-04 09:52:54 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-04 09:52:54 +0000 |
commit | 33e4b6db7265661c59c21d8244e1fae42974c6af (patch) | |
tree | 01e233e239c408420a557629e10f003aea1c3a5e | |
parent | 1eae7b92d1bb0806bebfe40da21799c8e5997afb (diff) | |
download | volse-hubzilla-33e4b6db7265661c59c21d8244e1fae42974c6af.tar.gz volse-hubzilla-33e4b6db7265661c59c21d8244e1fae42974c6af.tar.bz2 volse-hubzilla-33e4b6db7265661c59c21d8244e1fae42974c6af.zip |
revert 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(App::$config['system']['content_security_policy']) { + if(isset(App::$config['system']['content_security_policy'])) { $cspsettings = [ 'script-src' => [ "'self'", "'unsafe-inline'", "'unsafe-eval'" ], 'style-src' => [ "'self'", "'unsafe-inline'" ], |