mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix CSP header for docs (#4428)
This commit is contained in:
parent
3e950ef112
commit
8b21cdba78
1 changed files with 1 additions and 1 deletions
2
docs/static/_headers
vendored
2
docs/static/_headers
vendored
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
Content-Security-Policy: default-src 'self'
|
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
|
||||||
X-Frame-Options: DENY
|
X-Frame-Options: DENY
|
||||||
X-Xss-Protection: 1; mode=block
|
X-Xss-Protection: 1; mode=block
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
|
|
Loading…
Reference in a new issue