Blazor electron.net app get warning worldSafeExecuteJavaScript

239 Views Asked by At

I create a Blazor application and build with Electron.NET, I get this warning but I can not see the worldSafeExecuteJavaScript option in WebPreferences so I can not enable it.

(electron) Security Warning: webFrame.executeJavaScript was called without worldSafeExecuteJavaScript enabled. This is considered unsafe. worldSafeExecuteJavaScript will be enabled by default in Electron 12.
log @ VM55 renderer_init.js:15

Any suggestion?

0

There are 0 best solutions below