• Resolved dwpro

    (@dwpro)


    Hello!

    Your plugin ‘ProfilePress’ is using the flatpickr extension.
    This extension is causing an issue in Google chrome due to deprecated use of ‘navigator’ functions:
    ——————-
    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.
    1 source
    flatpickr.min.js:1
    Learn more: User-Agent String Reduction
    ——————-
    Could you please fix this issue?
    Thank you very much in advance!
    Kind greetings, Gerald

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform’ is closed to new replies.