update sec headers applied
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ module.exports = {
|
||||
return [
|
||||
{
|
||||
// Apply these headers to all routes in your application.
|
||||
source: "/(.*)",
|
||||
source: "/(.*)?",
|
||||
headers: securityHeaders,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user