From dc7db88df3d84daaaec6f759c38bed9392c372c7 Mon Sep 17 00:00:00 2001 From: alxp Date: Sat, 29 Jun 2024 10:58:43 -0300 Subject: [PATCH] update fix --- netlify.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 89c8123..3a95e4c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,11 @@ command = "npm run build" publish = "dist" +[[headers]] + for = "/*" + [headers.values] + Access-Control-Allow-Origin = "*" + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block" -[[edge_functions]] - path = "/*" - function = "headers" # + \ No newline at end of file