Skip to content

Commit 6fd2ef9

Browse files
authored
Fix font-src CSP directive in header (#78)
1 parent 2309e1c commit 6fd2ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/header.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
55
<meta
66
http-equiv="Content-Security-Policy"
7-
content="default-src 'none'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src: 'self'; img-src data: 'self'" />
7+
content="default-src 'none'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; font-src 'self'; img-src data: 'self'" />
88

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

0 commit comments

Comments
 (0)