Skip to content

Commit 8b21cdb

Browse files
authored
Fix CSP header for docs (#4428)
1 parent 3e950ef commit 8b21cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/_headers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Content-Security-Policy: default-src 'self'
2+
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.googleapis.com
33
X-Frame-Options: DENY
44
X-Xss-Protection: 1; mode=block
55
X-Content-Type-Options: nosniff

0 commit comments

Comments
 (0)