file:///path/to/index.html
通过 Electron加载时,出现以下两个错误:
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 依赖项?),并且想知道如何禁用/删除它。无论如何,它不会影响我的应用程序。