Update CSP+

This commit is contained in:
Henk Verlinde 2020-04-15 19:51:06 +02:00
parent 83af5588cd
commit 39e7df9e85
3 changed files with 6 additions and 6 deletions

View File

@ -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 https://doks.netlify.com/; script-src https://doks.netlify.com/; style-src https://doks.netlify.com/
Content-Security-Policy: default-src 'self'; img-src 'self' data:; object-src 'none'
X-Frame-Options: SAMEORIGIN
Referrer-Policy: strict-origin
Feature-Policy: geolocation 'self'

View File

@ -4,13 +4,13 @@
functions = "functions/"
[build.environment]
HUGO_VERSION = "0.69.0"
HUGO_VERSION = "0.68.3"
NODE_VERSION = "13.11.0"
NPM_VERSION = "6.13.7"
YARN_VERSION = "1.22.4"
YARN_VERSION = "1.22.0"
[context.deploy-preview]
command = "yarn build:preview"
[context.branch-deploy]
command = "yarn build"
command = "yarn build"

View File

@ -1,6 +1,6 @@
{
"name": "hyas",
"version": "1.2.1",
"name": "doks",
"version": "0.1.0",
"private": true,
"browserslist": [
"defaults"