mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
d03eb6ed02
Our Apple device detection misdetects any Webkit-based STB as Apple, due to looking only at vendor property. To mitigate it, we were excluding another user agents, but maintenance of this is problematic. This PR tries to change direction - an Apple device right now is a device with Apple vendor AND with characteristics of MacOS or iOS. --------- Co-authored-by: Álvaro Velad Galván <ladvan91@hotmail.com>