remove header
This commit is contained in:
+31
-31
@@ -17,37 +17,37 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
],
|
||||
},
|
||||
headers: async () => [
|
||||
{
|
||||
source: "/:path*",
|
||||
headers: [
|
||||
{
|
||||
key: "X-DNS-Prefetch-Control",
|
||||
value: "on",
|
||||
},
|
||||
{
|
||||
key: "Strict-Transport-Security",
|
||||
value: "max-age=63072000; includeSubDomains; preload",
|
||||
},
|
||||
{
|
||||
key: "X-XSS-Protection",
|
||||
value: "1; mode=block",
|
||||
},
|
||||
{
|
||||
key: "X-Frame-Options",
|
||||
value: "SAMEORIGIN",
|
||||
},
|
||||
{
|
||||
key: "X-Content-Type-Options",
|
||||
value: "nosniff",
|
||||
},
|
||||
{
|
||||
key: "Referrer-Policy",
|
||||
value: "origin-when-cross-origin",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
// headers: async () => [
|
||||
// {
|
||||
// source: "/:path*",
|
||||
// headers: [
|
||||
// {
|
||||
// key: "X-DNS-Prefetch-Control",
|
||||
// value: "on",
|
||||
// },
|
||||
// {
|
||||
// key: "Strict-Transport-Security",
|
||||
// value: "max-age=63072000; includeSubDomains; preload",
|
||||
// },
|
||||
// {
|
||||
// key: "X-XSS-Protection",
|
||||
// value: "1; mode=block",
|
||||
// },
|
||||
// {
|
||||
// key: "X-Frame-Options",
|
||||
// value: "SAMEORIGIN",
|
||||
// },
|
||||
// {
|
||||
// key: "X-Content-Type-Options",
|
||||
// value: "nosniff",
|
||||
// },
|
||||
// {
|
||||
// key: "Referrer-Policy",
|
||||
// value: "origin-when-cross-origin",
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// ],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user