update sec headers applied

This commit is contained in:
2021-12-13 15:55:10 +00:00
parent 94883ddb58
commit 83080d2652
4 changed files with 35 additions and 7 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ module.exports = {
return [
{
// Apply these headers to all routes in your application.
source: "/(.*)",
source: "/(.*)?",
headers: securityHeaders,
},
];