mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
enable allow_remote access in singleuser extension
otherwise Host header validation prevents remote access
This commit is contained in:
@@ -475,6 +475,7 @@ class JupyterHubSingleUser(ExtensionApp):
|
|||||||
cfg.identity_provider_class = JupyterHubIdentityProvider
|
cfg.identity_provider_class = JupyterHubIdentityProvider
|
||||||
|
|
||||||
# disable some single-user features
|
# disable some single-user features
|
||||||
|
cfg.allow_remote_access = True
|
||||||
cfg.open_browser = False
|
cfg.open_browser = False
|
||||||
cfg.trust_xheaders = True
|
cfg.trust_xheaders = True
|
||||||
cfg.quit_button = False
|
cfg.quit_button = False
|
||||||
|
Reference in New Issue
Block a user