From dd2e1ef758e2e5b0203bab65c5448d6ed6e73364 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 26 Feb 2016 13:40:41 +0100 Subject: [PATCH] turn off subdomains by default --- jupyterhub/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub/app.py b/jupyterhub/app.py index d4525646..ba475e6f 100644 --- a/jupyterhub/app.py +++ b/jupyterhub/app.py @@ -256,7 +256,7 @@ class JupyterHub(Application): help="Supply extra arguments that will be passed to Jinja environment." ) - use_subdomains = Bool(True, config=True, + use_subdomains = Bool(False, config=True, help="""Run single-user servers on subdomains. Provides additional cross-site protections for client-side js.