diff options
author | Mario <mario@mariovavti.com> | 2021-03-08 09:21:22 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-08 09:21:22 +0000 |
commit | 1828ef6b68b3d2334200a154199e9ec72f85347a (patch) | |
tree | 7e4d5d47d42d3fe96830f78ed23a0e47d3ddfeb7 /boot.php | |
parent | c67fdd94801e8d24fc2cb4522f06a0d3b7e24785 (diff) | |
parent | 5b7a10401f063241b6f8939fb1378478af515a9d (diff) | |
download | volse-hubzilla-1828ef6b68b3d2334200a154199e9ec72f85347a.tar.gz volse-hubzilla-1828ef6b68b3d2334200a154199e9ec72f85347a.tar.bz2 volse-hubzilla-1828ef6b68b3d2334200a154199e9ec72f85347a.zip |
changelog
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -52,7 +52,7 @@ require_once('include/attach.php'); require_once('include/bbcode.php'); define ( 'PLATFORM_NAME', 'hubzilla' ); -define ( 'STD_VERSION', '5.5.1' ); +define ( 'STD_VERSION', '5.4RC2' ); define ( 'ZOT_REVISION', '6.0' ); define ( 'DB_UPDATE_VERSION', 1243 ); @@ -2428,6 +2428,7 @@ function construct_page() { 'style-src' => [ "'self'", "'unsafe-inline'" ], 'frame-src' => [ "'self'" ] ]; + call_hooks('content_security_policy',$cspsettings); // Legitimate CSP directives (cxref: https://content-security-policy.com/) |