Commit 39e7df9e authored by Henk Verlinde's avatar Henk Verlinde
Browse files

Update CSP+

parent 83af5588
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'
+3 −3
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
  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"
+2 −2
Original line number Diff line number Diff line
{
  "name": "hyas",
  "version": "1.2.1",
  "name": "doks",
  "version": "0.1.0",
  "private": true,
  "browserslist": [
    "defaults"