mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
remove express header
This commit is contained in:
parent
846c2b1e28
commit
a767bfe964
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ TIMEOUT = 6 * 60 * 1000
|
|||
app.use (req, res, next) ->
|
||||
req.setTimeout TIMEOUT
|
||||
res.setTimeout TIMEOUT
|
||||
res.removeHeader("X-Powered-By")
|
||||
next()
|
||||
|
||||
app.param 'project_id', (req, res, next, project_id) ->
|
||||
|
|
Loading…
Reference in a new issue