cookie_options
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -26,8 +26,9 @@ CMD pixi run jupyter-lab \
|
|
26 |
--port 7860 \
|
27 |
--no-browser \
|
28 |
--allow-root \
|
29 |
-
--ServerApp.
|
30 |
--ServerApp.disable_check_xsrf=True \
|
|
|
31 |
--LabApp.news_url=None \
|
32 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
33 |
--PasswordIdentityProvider.hashed_password='argon2:$argon2id$v=19$m=10240,t=10,p=8$r/6qMnrYrVBhhnzO4mNgqQ$uDWGIeGNu9Wfyscoq8gJ+WUF5lXX+BJVLrIRtKJGWNQ'
|
|
|
26 |
--port 7860 \
|
27 |
--no-browser \
|
28 |
--allow-root \
|
29 |
+
--ServerApp.cookie_options='{"SameSite": "None", "Secure": True}' \
|
30 |
--ServerApp.disable_check_xsrf=True \
|
31 |
+
--ServerApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}' \
|
32 |
--LabApp.news_url=None \
|
33 |
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
34 |
--PasswordIdentityProvider.hashed_password='argon2:$argon2id$v=19$m=10240,t=10,p=8$r/6qMnrYrVBhhnzO4mNgqQ$uDWGIeGNu9Wfyscoq8gJ+WUF5lXX+BJVLrIRtKJGWNQ'
|