This topic is locked

Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform

8/23/2023 4:14:32 AM
PHPRunner General questions
author

i am receiving this issue while i login to my app
img alt
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.
1 source
content-script-utils.js:1
Learn more: User-Agent String Reduction

Admin 8/23/2023

content-script-utils.js file is not a part of PHPRunner.