next config

This commit is contained in:
hamid zarghami
2025-05-14 14:54:51 +03:30
parent f3c6571dd1
commit 72da61968b
+4 -4
View File
@@ -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",