From b17576867f9cdccffe83e52b1755fda8e44c3635 Mon Sep 17 00:00:00 2001 From: Spirit Date: Mon, 24 Feb 2020 00:27:02 +0800 Subject: [PATCH] perf: remove ua Edge Dev (Chromium) --- inc/theme_plus.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/inc/theme_plus.php b/inc/theme_plus.php index d90a8ee..95a0b2a 100644 --- a/inc/theme_plus.php +++ b/inc/theme_plus.php @@ -791,9 +791,6 @@ function siren_get_browsers($ua){ }elseif (preg_match('#Edge/([a-zA-Z0-9.]+)#i', $ua, $matches)){ $title = 'Edge '. $matches[1]; $icon = 'edge'; - }elseif (preg_match('#Edg/([a-zA-Z0-9.]+)#i', $ua, $matches)){ - $title = 'Edge Dev (Chromium) '. $matches[1]; - $icon = 'edge'; }elseif (preg_match('#360([a-zA-Z0-9.]+)#i', $ua, $matches)) { $title = '360 Browser '. $matches[1]; $icon = '360se';