mirror of
https://github.com/itflow-org/itflow
synced 2026-03-15 02:04:50 +00:00
Adjust CSP
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
header("X-Frame-Options: DENY");
|
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')) {
|
if (!file_exists('config.php')) {
|
||||||
header("Location: setup.php");
|
header("Location: setup.php");
|
||||||
|
|||||||
Reference in New Issue
Block a user