mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Adjust content security policy
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* Docs for PTC / technical contacts
|
||||
*/
|
||||
|
||||
header("Content-Security-Policy: default-src 'self' https: fonts.googleapis.com");
|
||||
header("Content-Security-Policy: default-src 'self' fonts.googleapis.com fonts.gstatic.com");
|
||||
|
||||
require_once("inc_portal.php");
|
||||
|
||||
@@ -57,7 +57,7 @@ $document_content = $purifier->purify($row['document_content']);
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<h3><?php echo $document_name; ?></h3>
|
||||
|
||||
Reference in New Issue
Block a user