express.io icon indicating copy to clipboard operation
express.io copied to clipboard

app.io.disable('X-Powered-By') doesn't disable header

Open DevDavido opened this issue 12 years ago • 0 comments

If I try to remove the X-Powered-By header which is sent by express(.io) it's still sending:

app.io.configure(function() {
    app.io.disable('X-Powered-By');
    app.io.set('log level', 2);
});

DevDavido avatar May 16 '13 16:05 DevDavido