Disable Content-Security-Policy for now.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
e5314164c5
commit
63816aa3ba
@ -37,7 +37,8 @@ HUGO_ENABLEGITINFO = "true"
|
|||||||
[[headers]]
|
[[headers]]
|
||||||
for = "/*"
|
for = "/*"
|
||||||
[headers.values]
|
[headers.values]
|
||||||
Content-Security-Policy = "default-src 'self'; img-src *"
|
# disabled to support docsearch until https://github.com/algolia/instantsearch.js/issues/2868 is fixed.
|
||||||
|
# Content-Security-Policy = "default-src 'self'; img-src *"
|
||||||
X-Content-Type-Options = "nosniff"
|
X-Content-Type-Options = "nosniff"
|
||||||
X-Frame-Options = "DENY"
|
X-Frame-Options = "DENY"
|
||||||
X-XSS-Protection = "1; mode=block"
|
X-XSS-Protection = "1; mode=block"
|
Loading…
Reference in New Issue
Block a user