Can not use JupyterLab or Jupyter Notebooks with unsafe-eval
turned off in Content Security Policy
#6129
Labels
unsafe-eval
turned off in Content Security Policy
#6129
Describe the bug
Since 5 days ago the juptyer/notebook now uses a --development webpack build by default.
Unfortunately this is incompatible with a sensible Content Security Policy which does not have unsafe-eval included.
This is the line here: https://github.com/jupyter/notebook/blame/79fc76e890a8ec42f73a3d009e44ef84c14ef0d5/package.json#L20
And this is the merge request here: 79fc76e
To Reproduce
Steps to reproduce the behavior:
notebook
unsafe-eval
. You will get nothing rendered when trying to run a notebook and the following console errorExpected behavior
No console error and everything works as expected.
Screenshots

Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: