i using https://github.com/pbarbiero/basic-electron-react-boilerplate but after update on my macOS i can't load anymore my application.
On inspector, this error is show:
Refused to execute inline script because it violates the following Content Security Policy directive: "default-src 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-Z+HxFhVCHMznEI/lLsU2FT9krRiVCTm6bGApEd5HAtk='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.
index.html Failed to load resource: the server responded with a status of 404 (Not Found)
I tried this technique https://electronjs.org/docs/tutorial/security#csp-http-header but got same error.
My macOS version is Mojave 10.14.2 (18C54)