Browse Source

Fix CSP header for docs (#4428)

for-closed-social
Thomas Boerger 6 years ago
committed by GitHub
parent
commit
8b21cdba78
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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'
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-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff

Loading…
Cancel
Save