Estoy tratando de agregar google reCaptcha a mi extensión de navegador V3 (reaccionar), pero parece que es imposible usar scripts externos como este en mi etiqueta index.html <head>
<script defer src="https://www.google.com/recaptcha/enterprise.js?render=**RECAPTCHA_KEY**"></script>Hay información aquí https://developer.chrome.com/docs/extensions/mv3/intro/mv3-overview/#remotely-hosted-code
A key security improvement in Manifest V3 is that extensions can't load remote code like JavaScript or Wasm files. This lets us more reliably and efficiently review the safe behavior of extensions when they're submitted to the Chrome Web Store. Specifically, all logic must be included in the extension's package. Instead of remote code, we recommend the use of remote configuration files. See the migration guide for more about how to work with this change.¿Algún consejo sobre cómo hacer que funcione?
¡Gracias de antemano!
dit con me may thang lon