diff --git a/netlify.toml b/netlify.toml index 267319f..8ae09cf 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,3 +2,15 @@ base = "/" publish = "dist" command = "npm run build" + +[[headers]] + for = "/*" + [headers.values] + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block" + + cache-control = ''' + max-age=0, + no-cache, + no-store, + must-revalidate'''