1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +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 d0ff054de2
commit 79ad1836a8

View file

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