mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
Add the Runscope-Service header to the list of filtered headers
This comes from the Runscope hosting infrastructure, not from the client.
This commit is contained in:
+2
-1
@@ -44,7 +44,8 @@ ENV_HEADERS = (
|
||||
'X-Heroku-Dynos-In-Use',
|
||||
'X-Forwarded-For',
|
||||
'X-Forwarded-Protocol',
|
||||
'X-Forwarded-Port'
|
||||
'X-Forwarded-Port',
|
||||
'Runscope-Service'
|
||||
)
|
||||
|
||||
ROBOT_TXT = """User-agent: *
|
||||
|
||||
Reference in New Issue
Block a user