diff -r 0073491e35ff -r 5cde734cf63d pidgin/pidgindebug.c --- a/pidgin/pidgindebug.c Fri Oct 13 02:51:16 2023 -0500 +++ b/pidgin/pidgindebug.c Sat Oct 14 03:56:07 2023 -0500 @@ -379,7 +379,7 @@ g_clear_pointer(&win->regex, g_regex_unref); - win->regex = g_regex_new(text, G_REGEX_CASELESS|G_REGEX_JAVASCRIPT_COMPAT, 0, NULL); + win->regex = g_regex_new(text, G_REGEX_CASELESS, 0, NULL); if (win->regex == NULL) { /* failed to compile */