next config
This commit is contained in:
+4
-4
@@ -25,10 +25,10 @@ const nextConfig: NextConfig = {
|
|||||||
key: "X-DNS-Prefetch-Control",
|
key: "X-DNS-Prefetch-Control",
|
||||||
value: "on",
|
value: "on",
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
key: "Strict-Transport-Security",
|
// key: "Strict-Transport-Security",
|
||||||
value: "max-age=63072000; includeSubDomains; preload",
|
// value: "max-age=63072000; includeSubDomains; preload",
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
key: "X-XSS-Protection",
|
key: "X-XSS-Protection",
|
||||||
value: "1; mode=block",
|
value: "1; mode=block",
|
||||||
|
|||||||
Reference in New Issue
Block a user