With the below use of AceEditor I'm still getting these errors in the console:
ace.js:19091 Refused to create a worker from 'blob:http://localhost:3000/c076b617-e38c-40a6-996d-923c87884f75' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'script-src' is used as a fallback.
Could not load worker DOMException: Failed to construct 'Worker': Access to the script at 'blob:https://example.com/5c992133-a21b-4c3e-a231-a5331bd6e901' is denied by the document's Content Security Policy.
Detail the problem here, including any possible solutions.
Problem
With the below use of
AceEditor
I'm still getting these errors in the console:Detail the problem here, including any possible solutions.
Sample code to reproduce your issue
References
Progress on: #