mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix https://issues.adblockplus.org/ticket/6649 (allow u flag in regexes)
This commit is contained in:
parent
e5d5d9eaf6
commit
8dd22c848a
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
var µb = µBlock,
|
||||
reHostnameSeparator = /\s*,\s*/,
|
||||
reHasUnicode = /[^\x00-\x7F]/,
|
||||
reParseRegexLiteral = /^\/(.+)\/([im]+)?$/,
|
||||
reParseRegexLiteral = /^\/(.+)\/([imu]+)?$/,
|
||||
emptyArray = [],
|
||||
parsed = {
|
||||
hostnames: [],
|
||||
|
|
|
|||
Loading…
Reference in a new issue