1
0
Fork 0
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:
Aurélien Troncy 2024-07-21 18:27:26 +02:00 committed by GitHub
parent 76c78c7252
commit e9b4a4adfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,5 +48,7 @@ module.exports.http = {
// var middlewareFn = skipper({ strict: true });
// return middlewareFn;
// })(),
poweredBy: false,
},
};