mirror of https://github.com/itflow-org/itflow
Adjust CSP
This commit is contained in:
parent
57dab27169
commit
95cd0ebdc8
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue