En la página de mi empresa en la consola de Chrome, tengo un problema que afecta la puntuación de las mejores prácticas del faro de la página.
El mensaje: Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform .
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced. To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData. Note that for performance reasons, only the first access to one of the properties is shown. Cuando miro el código fuente de ese script de Google GSI , encuentro el uso de navigator.userAgent
Entonces, es responsabilidad de Google actualizar el script y me pregunto dónde les abro ese problema. No encontré ningún repositorio de GitHub para el script de GSI.
¡Por favor avise!