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.
1 parent a265d80 commit 5dc7acaCopy full SHA for 5dc7aca
nbgrader/docs/source/configuration/jupyterhub_config.rst
@@ -375,8 +375,8 @@ Enabling JupyterHub subdomains
375
376
Enabling per-user and per-service subdomains with ``JupyterHub.enable_subdomains = True``
377
allows to securely use iframes with JupyterHub.
378
-Then, even if embedding in an IFrame is allowed, the host page does not have access to the
379
-contents of the frame.
+With subdomains enabled, `frame-ancestors 'self'` allows embedding the iframe only on pages
+served by the user's own server.
380
381
In this case, the ``"frame-ancestor 'self'"`` can be restored in the application:
382
0 commit comments