You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're advertising in the response header server: DADI (Web), this is bad security practice, especially for our clients. Any in-progress security bugs could be used as exploits.
Remove instances of res.setHeader('Server', config.get('server.name'))
The text was updated successfully, but these errors were encountered:
abovedave
changed the title
Remove sever response header
Remove 'sever' response header
May 30, 2017
Currently we're advertising in the response header
server: DADI (Web)
, this is bad security practice, especially for our clients. Any in-progress security bugs could be used as exploits.Remove instances of
res.setHeader('Server', config.get('server.name'))
The text was updated successfully, but these errors were encountered: