Closed xayanide closed 2 years ago
This warning is present on most sites without the extension, even on Chrome's new tab page. I agree that at some point we should find alternative ways to request the same data, but navigator.platform
and navigator.userAgent
are still universally supported, while the alternative API is experimental. The internals of the extension and log messages meant for developers should not concern users, unless something stops working.
System
Bug description
I think that this is an insignificant and minor issue. I am not sure when this happened since I had discovered it from the browser's DevTools, it has
webhint
integrated.Looking up the console logs in inspect element on any website, I always see this warning from the Issues tab, disabling, deleting the extension or going incognito mode gets rid of this
webhint
warning.Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
Hovering the cursor over the affected resource called
script.js:1
, a tooltip will be seen, leading us back to this extension.While this wasn't really affecting anything about functionality, I think this webhint can be fixed so that the warning will no longer appear regardless of its insignificance.