From 6b048173b60950711010f4202909aecd6fcafb43 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Mon, 24 Jul 2023 13:11:26 +0600 Subject: [PATCH] update netlify settings --- netlify.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/netlify.toml b/netlify.toml index 478865e..2ef30fd 100755 --- a/netlify.toml +++ b/netlify.toml @@ -4,12 +4,3 @@ command = "yarn build" [build.environment] NODE_VERSION = "18" - -[[headers]] -for = "/*" # This defines which paths this specific [[headers]] block will cover. - -# [headers.values] -# X-Frame-Options = "DENY" -# X-XSS-Protection = "1; mode=block" -# Referrer-Policy = "same-origin" -# Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"