Fix CSP header for docs

This commit is contained in:
Thomas Boerger 2018-07-12 00:10:38 +02:00
parent 500c53658e
commit a71614ad40
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B
1 changed files with 1 additions and 1 deletions

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