Parcourir la source

allow any origin

Saul Shanabrook il y a 4 ans
Parent
commit
cddc553007
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .gitpod.yml

+ 3 - 1
.gitpod.yml

@@ -18,7 +18,9 @@ github:
     addLabel: false
 tasks:
   - init: pip3 install -e . && yarn install && yarn run build
-    command: pip3 install -e . && jupyter lab --dev-mode --watch --LabApp.token=''
+    command: pip3 install -e . && jupyter lab --dev-mode --watch --LabApp.token='' --LabApp.allow_origin=*
 ports:
   - port: 8888
     onOpen: open-browser
+
+# --LabApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}'