Browse Source

Final CSP header fix (#4432)

tags/v1.6.0-dev
Thomas Boerger 5 years ago
parent
commit
e6b51200ab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docs/static/_headers

+ 1
- 1
docs/static/_headers View File

@@ -1,5 +1,5 @@
/*
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 https://cdnjs.cloudflare.com https://fonts.gstatic.com
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' data: https://cdnjs.cloudflare.com https://fonts.gstatic.com
X-Frame-Options: DENY
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff

Loading…
Cancel
Save