dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.38k stars 3.5k forks source link

Remove navigator.appVersion (deprecated) #1170

Open coudrak opened 2 years ago

coudrak commented 2 years ago

navigator.appVersion is deprecated, removed from the relevant web standards, is in the process of being dropped.

Chrome generates this issue: "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."

I rather suggest to drop the IE support, even MS doesn't support anymore IE.