diff options
author | Max Kostikov <max@kostikov.co> | 2021-03-08 15:20:38 +0000 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2021-03-08 15:20:38 +0000 |
commit | 8ab6076566a1c872a767e05c69ae77f7374a1947 (patch) | |
tree | 1b99e1a512e51f2b98adfd7d21f19d942e4c648c /boot.php | |
parent | 6506cab55b1b2025bdd9888d1b22cfdda747b9fc (diff) | |
parent | cf7f380568b195a01d909b2735d89e7ad8173ec0 (diff) | |
download | volse-hubzilla-8ab6076566a1c872a767e05c69ae77f7374a1947.tar.gz volse-hubzilla-8ab6076566a1c872a767e05c69ae77f7374a1947.tar.bz2 volse-hubzilla-8ab6076566a1c872a767e05c69ae77f7374a1947.zip |
Merge branch 'dev' into 'dev'
# Conflicts:
# boot.php
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2428,7 +2428,6 @@ 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/) |