We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0566bc + 854be18 commit f028ffeCopy full SHA for f028ffe
binderhub/base.py
@@ -149,6 +149,9 @@ class VersionHandler(BaseHandler):
149
150
# demote logging of 200 responses to debug-level
151
log_success_debug = True
152
+ # allow version-check requests from banned hosts
153
+ # (e.g. mybinder.org federation when blocking cloud datacenters)
154
+ skip_check_request_ip = True
155
156
async def get(self):
157
self.set_header("Content-type", "application/json")
0 commit comments