|
|
@@ -18,14 +18,14 @@ export const configHeader = [
|
|
|
source: "/:path*",
|
|
|
headers: [
|
|
|
{ key: "Referrer-Policy", value: "strict-origin-when-cross-origin" },
|
|
|
- { key: "X-Frame-Options", value: "DENY" },
|
|
|
+ //{ key: "X-Frame-Options", value: "DENY" },
|
|
|
{ key: "X-Content-Type-Options", value: "nosniff" },
|
|
|
- { key: "X-XSS-Protection", value: "1; mode=block" },
|
|
|
- {
|
|
|
- key: "Permissions-Policy",
|
|
|
- value:
|
|
|
- "camera=(), microphone=(), geolocation=(), browsing-topics=()",
|
|
|
- },
|
|
|
+ // { key: "X-XSS-Protection", value: "1; mode=block" },
|
|
|
+ // {
|
|
|
+ // key: "Permissions-Policy",
|
|
|
+ // value:
|
|
|
+ // "camera=(), microphone=(), geolocation=(), browsing-topics=()",
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
// Cache dynamic pages - shorter cache for frequently updated content
|