Maybe their site code needs updating...? Browser is blowing up with errors. Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform A page or script is accessing at least o...
See more...
Maybe their site code needs updating...? Browser is blowing up with errors. 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. 2 sources utag.sync.js:1 1.js:1 Learn more: User-Agent String Reduction Deprecated Feature Used chrome.loadTimes() is deprecated, instead use standardized API: nextHopProtocol in Navigation Timing 2. 1 source scripts.5055b5a….js:1 Learn more: Check the feature status page for more details. Deprecated Feature Used Deprecated Feature Used Page layout may be unexpected due to Quirks Mode One or more documents in this page is in Quirks Mode, which will render the affected document(s) with quirks incompatible with the current HTML and CSS specifications. Quirks Mode exists mostly due to historical reasons. If this is not intentional, you can add or modify the DOCTYPE to be `<!DOCTYPE html>` to render the page in No Quirks Mode. 1 element Document in the DOM tree Mode URL document Quirks Mode https://customerconnect.vmware.com/downloads/ Learn more: Document compatibility mode