mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(cli): Disable X-Powered-By: Express Header (#4224)
This commit is contained in:
committed by
GitHub
parent
bb66e60afc
commit
a8da9c31a9
@@ -370,6 +370,8 @@ export class Worker extends Command {
|
||||
const port = config.getEnv('queue.health.port');
|
||||
|
||||
const app = express();
|
||||
app.disable('x-powered-by');
|
||||
|
||||
const server = http.createServer(app);
|
||||
|
||||
app.get(
|
||||
|
||||
Reference in New Issue
Block a user