shell quoting
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -26,8 +26,7 @@ CMD pixi run jupyter-lab \
|
|
26 |
--port 7860 \
|
27 |
--no-browser \
|
28 |
--allow-root \
|
29 |
-
--ServerApp.tornado_settings="
|
30 |
-
--ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
|
31 |
--ServerApp.disable_check_xsrf=True \
|
32 |
--LabApp.news_url=None \
|
33 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
|
|
26 |
--port 7860 \
|
27 |
--no-browser \
|
28 |
--allow-root \
|
29 |
+
--ServerApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}' \
|
|
|
30 |
--ServerApp.disable_check_xsrf=True \
|
31 |
--LabApp.news_url=None \
|
32 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|