mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Drop support for iOS < 15.7 (#19847)
https://meta.discourse.org/t/224747
This commit is contained in:
@@ -26,8 +26,8 @@ module MobileDetection
|
||||
|
||||
MODERN_MOBILE_REGEX =
|
||||
%r{
|
||||
\(.*iPhone\ OS\ 1[3-9].*\)|
|
||||
\(.*iPad.*OS\ 1[3-9].*\)|
|
||||
\(.*iPhone\ OS\ 1[5-9].*\)|
|
||||
\(.*iPad.*OS\ 1[5-9].*\)|
|
||||
Chrome\/8[89]|
|
||||
Chrome\/9[0-9]|
|
||||
Chrome\/1[0-9][0-9]|
|
||||
|
||||
Reference in New Issue
Block a user