I have built a chrome extension for retrieving data from backend, but something wrong out there, the error appear. Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' 'wasm-unsafe-eval'"..
I'm writing my backend using fastapi, and the frontend using angular.
Thanks