Update CSP+
This commit is contained in:
parent
db5de99417
commit
73be8c999e
|
@ -2,7 +2,7 @@
|
|||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||
X-Content-Type-Options: nosniff
|
||||
X-XSS-Protection: 1; mode=block
|
||||
Content-Security-Policy: default-src 'none'; img-src 'self' data:; script-src 'self' 'unsafe-eval'; style-src 'self'
|
||||
Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self'; style-src 'self'
|
||||
X-Frame-Options: SAMEORIGIN
|
||||
Referrer-Policy: strict-origin
|
||||
Feature-Policy: geolocation 'self'
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
functions = "functions/"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.68.3"
|
||||
HUGO_VERSION = "0.69.0"
|
||||
NODE_VERSION = "13.11.0"
|
||||
NPM_VERSION = "6.13.7"
|
||||
YARN_VERSION = "1.22.0"
|
||||
YARN_VERSION = "1.22.4"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "yarn build:preview"
|
||||
|
|
Loading…
Reference in New Issue