Skip to content

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

Open
@n1kh1lmore

Description

@n1kh1lmore

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator. platform. In a future version of Chrome, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions