Skip to content

Commit

Permalink
trying full open
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Dec 7, 2023
1 parent 5e2a526 commit ed0b8b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions private_jupyter_notebook_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@


def host_allowlist(handler, host):
handler.log.info("Request to proxy to host " + host)
return host.startswith("192.170") or host.startswith("2605:9a00:10:200a") or host.startswith("dask-")
# handler.log.info("Request to proxy to host " + host)
return True
# return host.startswith("192.170") or host.startswith("2605:9a00:10:200a") or host.startswith("dask-")


# for dask dashboards to be visible
Expand Down

0 comments on commit ed0b8b4

Please sign in to comment.