mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 04:32:22 +00:00
Merge pull request #257 from sharelatex/ta-remove-proxy-headers
Remove headers when proxying analytics request
This commit is contained in:
commit
62bc3f947f
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ module.exports =
|
|||
proxyReqPathResolver: (req) ->
|
||||
requestPath = URL.parse(req.url).path
|
||||
"#{basePath}#{requestPath}"
|
||||
proxyReqOptDecorator: (proxyReqOpts, srcReq) ->
|
||||
proxyReqOpts.headers = {} # unset all headers
|
||||
proxyReqOpts
|
||||
)
|
||||
else
|
||||
(req, res, next) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue