From 72da61968b68469f8268537cebb1ae5561ca65e9 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Wed, 14 May 2025 14:54:51 +0330 Subject: [PATCH] next config --- next.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/next.config.ts b/next.config.ts index ef2c3d5..46c70ce 100644 --- a/next.config.ts +++ b/next.config.ts @@ -25,10 +25,10 @@ const nextConfig: NextConfig = { key: "X-DNS-Prefetch-Control", value: "on", }, - { - key: "Strict-Transport-Security", - value: "max-age=63072000; includeSubDomains; preload", - }, + // { + // key: "Strict-Transport-Security", + // value: "max-age=63072000; includeSubDomains; preload", + // }, { key: "X-XSS-Protection", value: "1; mode=block",