From 8dd22c848a1adcd11edc6a0c275d0e5074d15072 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 5 May 2018 08:14:29 -0400 Subject: [PATCH] fix https://issues.adblockplus.org/ticket/6649 (allow `u` flag in regexes) --- src/js/static-ext-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/static-ext-filtering.js b/src/js/static-ext-filtering.js index 59fc173ed..0568f2ede 100644 --- a/src/js/static-ext-filtering.js +++ b/src/js/static-ext-filtering.js @@ -54,7 +54,7 @@ var µb = µBlock, reHostnameSeparator = /\s*,\s*/, reHasUnicode = /[^\x00-\x7F]/, - reParseRegexLiteral = /^\/(.+)\/([im]+)?$/, + reParseRegexLiteral = /^\/(.+)\/([imu]+)?$/, emptyArray = [], parsed = { hostnames: [],