Skip to content

Commit

Permalink
Remove obsolete values from server.js's removeHeaders
Browse files Browse the repository at this point in the history
`X-Heroku-Dynos-In-Use`, `X-Heroku-Queue-Depth` and
`X-Heroku-Queue-Wait-Time` have already been dropped in 2013:
https://devcenter.heroku.com/changelog-items/218
  • Loading branch information
Rob--W committed Sep 28, 2020
1 parent c8a2091 commit 528ad71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ cors_proxy.createServer({
'cookie',
'cookie2',
// Strip Heroku-specific headers
'x-heroku-queue-wait-time',
'x-heroku-queue-depth',
'x-heroku-dynos-in-use',
'x-request-start',
'x-request-id',
'via',
Expand Down

0 comments on commit 528ad71

Please sign in to comment.