From 84cc2d0af88ef63c1f412ef47396858d868a8e10 Mon Sep 17 00:00:00 2001 From: Steffen Grohsschmiedt Date: Thu, 25 Jan 2024 10:52:17 +0100 Subject: [PATCH] Add pattern for The Economist Allow iOS instead of ios in the user agent. --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index b03a6f1..8e3cf1a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3476,10 +3476,11 @@ }, { "name": "The Economist", - "pattern": "(^lamarr-iOS|^TheEconomist-Lamarr-ios|^lamarr-android|^TheEconomist-Lamarr-android)", + "pattern": "(^lamarr-iOS|^TheEconomist-Lamarr-ios|^TheEconomist-Lamarr-iOS|^lamarr-android|^TheEconomist-Lamarr-android)", "examples": [ "lamarr-iOS-2.20.3-116", "TheEconomist-Lamarr-ios-2.22.2-12002", + "TheEconomist-Lamarr-iOS-3.44.1-2", "lamarr-android-2.18.1-21810", "TheEconomist-Lamarr-android-2.22.2-12002" ]