Adjust CSP

This commit is contained in:
Marcus Hill 2023-06-17 16:01:15 +01:00
parent 57dab27169
commit 95cd0ebdc8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
header("X-Frame-Options: DENY");
header("Content-Security-Policy: default-src 'self' https: fonts.googleapis.com");
header("Content-Security-Policy: default-src 'self' fonts.googleapis.com fonts.gstatic.com");
if (!file_exists('config.php')) {
header("Location: setup.php");