通过Electron加载file:///path/to/index.html
时,出现以下两个错误:
chrome-extension://kmendfapggjehodndflmmgagdbamhnfd/u2f-comms.html Failed to load resource: net::ERR_NOT_IMPLEMENTED
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('chrome-extension://kmendfapggjehodndflmmgagdbamhnfd') does not match the recipient window's origin ('null').
我没有使用U2F(可能有一些npm依赖是?),并且想知道如何禁用/删除它。但无论如何它并没有影响我的应用程序。