Skip to content

Commit

Permalink
Fix font-src CSP directive in header (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
xblitz authored Nov 2, 2023
1 parent 2309e1c commit 6fd2ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/header.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta
http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src: 'self'; img-src data: 'self'" />
content="default-src 'none'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src data: 'self'" />

<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
Expand Down

0 comments on commit 6fd2ef9

Please sign in to comment.