mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(cli): Disable X-Powered-By: Express Header (#4224)
This commit is contained in:
committed by
GitHub
parent
bb66e60afc
commit
a8da9c31a9
@@ -217,6 +217,7 @@ class App {
|
||||
|
||||
constructor() {
|
||||
this.app = express();
|
||||
this.app.disable('x-powered-by');
|
||||
|
||||
this.endpointWebhook = config.getEnv('endpoints.webhook');
|
||||
this.endpointWebhookWaiting = config.getEnv('endpoints.webhookWaiting');
|
||||
|
||||
Reference in New Issue
Block a user