Hi. When I try editing in dev server I get the message ``` Unauthorized request Sorry, you are not authorized to view this page. You must first add and verify your email address before being able to edit or add anything to the database. ``` when I go to the user edit page to put my email I see this error in the dev tools console ``` Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' 'nonce-F1X9WJpiAiJJOSosyXpoSwP4kIPIbjOYQDu+L5cYB+E=' staticbrainz.org static.metabrainz.org". at new Function () at cov_swsrdwlqc (setInputValueForReact.mjs:30:1) at ./root/static/scripts/jed-data.mjs (jed-data.mjs:16:13) at __webpack_require__ (bootstrap:19:1) at __webpack_exec__ (jed-data.js:4:48) at jed-data.js:5:61 at __webpack_require__.O (chunk loaded:23:1) at jed-data.js:6:56 at webpackJsonpCallback (jsonp chunk loading:71:1) at jed-data.js:2:89 ``` and submitting the edit form fails.