From f9869f64b291f79763cdf61ef1437eca0732799c Mon Sep 17 00:00:00 2001 From: Hector Date: Fri, 15 May 2026 12:20:43 +0100 Subject: [PATCH] Clean up errant whitespace in regexes.yaml Replaces a non-breaking space (U+00A0) in the Coc Coc browser comment with a regular space, and strips trailing whitespace from a blank line after the Odin Browser entry. --- regexes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regexes.yaml b/regexes.yaml index eaf8df52..59899728 100644 --- a/regexes.yaml +++ b/regexes.yaml @@ -467,7 +467,7 @@ user_agent_parsers: - regex: '(SznProhlizec)/(\d+)\.(\d+)(?:\.(\d+)|)' family_replacement: 'Seznam prohlížeč' - # Coc Coc browser, based on Chrome (used in Vietnam) + # Coc Coc browser, based on Chrome (used in Vietnam) - regex: '(coc_coc_browser)/(\d+)\.(\d+)(?:\.(\d+)|)' family_replacement: 'Coc Coc' @@ -734,7 +734,7 @@ user_agent_parsers: # Odin Browser - regex: '(Odin)/(\d+)\.(\d+)\.(\d+)\.(\d+)' family_replacement: 'Odin' - + # NetCast Smart TV - regex: '(Colt)/(\d+)\.(\d+)' family_replacement: 'NetCast Smart TV'