Open
Description
Description
Google Chrome is changing the way it shares user-agents for increased privacy of users. You can read more about it here: https://www.chromestatus.com/feature/5704553745874944. Google Chrome has released Client Hints to provide device information.
- videojs uses navigator.userAgent for detection
- chrome will deprecate making this test break/unreliable
- videojs thus needs to adapt their tests to take this change into account.