next config
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user