enable allow_remote access in singleuser extension

otherwise Host header validation prevents remote access
This commit is contained in:
Min RK
2023-02-15 15:08:39 +01:00
parent 09a595851e
commit 0ea813e6ad

View File

@@ -475,6 +475,7 @@ class JupyterHubSingleUser(ExtensionApp):
cfg.identity_provider_class = JupyterHubIdentityProvider
# disable some single-user features
cfg.allow_remote_access = True
cfg.open_browser = False
cfg.trust_xheaders = True
cfg.quit_button = False