mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
remove epic environment headers
This commit is contained in:
+3
-1
@@ -35,7 +35,9 @@ ENV_HEADERS = (
|
||||
'X-Forwarded-Proto',
|
||||
'X-Heroku-Queue-Wait-Time',
|
||||
'X-Forwarded-For',
|
||||
'X-Heroku-Dynos-In-Use'
|
||||
'X-Heroku-Dynos-In-Use',
|
||||
'X-Forwarded-For',
|
||||
'X-Forwarded-Protocol'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user