From 362f26f3e9db299e0a21ded6685d1ee4f5f59b0d Mon Sep 17 00:00:00 2001 From: Niel Buys Date: Tue, 23 Jun 2026 10:10:43 +0200 Subject: [PATCH] Adding new Edge browser --- application/config/user_agents.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 5e1f6afba33..b67a7e1d6b8 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -61,7 +61,8 @@ $browsers = array( 'OPR' => 'Opera', 'Flock' => 'Flock', - 'Edge' => 'Edge', + 'Edge' => 'Edge Legacy (Spartan)', + 'Edg' => 'Edge', 'Chrome' => 'Chrome', // Opera 10+ always reports Opera/9.80 and appends Version/ to the user agent string 'Opera.*?Version' => 'Opera',