mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
fix: Disable x-powered-by header (#829)
This commit is contained in:
parent
76c78c7252
commit
e9b4a4adfc
1 changed files with 2 additions and 0 deletions
|
@ -48,5 +48,7 @@ module.exports.http = {
|
|||
// var middlewareFn = skipper({ strict: true });
|
||||
// return middlewareFn;
|
||||
// })(),
|
||||
|
||||
poweredBy: false,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue