Open popensesame opened 4 years ago
Right now we're using the notebook server config c.NotebookApp.disable_check_xsrf in jupyter_notebook_config.py, but this may not be a good solution long-term (line 72)
c.NotebookApp.disable_check_xsrf
Maybe @web.authenticated fixes this now?
This is still an issue
Right now we're using the notebook server config
c.NotebookApp.disable_check_xsrf
in jupyter_notebook_config.py, but this may not be a good solution long-term (line 72)Maybe @web.authenticated fixes this now?