nateraw commited on
Commit
9a70507
·
1 Parent(s): f819eaf

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -1
start_server.sh CHANGED
@@ -8,4 +8,5 @@ jupyter-lab \
8
  --allow-root \
9
  --NotebookApp.token='$JUPYTER_TOKEN' \
10
  --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
11
- --NotebookApp.disable_check_xsrf=True
 
 
8
  --allow-root \
9
  --NotebookApp.token='$JUPYTER_TOKEN' \
10
  --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
11
+ --NotebookApp.disable_check_xsrf=True \
12
+ --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}"