mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
fix https://issues.adblockplus.org/ticket/6649 (allow u
flag in regexes)
This commit is contained in:
parent
e5d5d9eaf6
commit
8dd22c848a
@ -54,7 +54,7 @@
|
||||
var µb = µBlock,
|
||||
reHostnameSeparator = /\s*,\s*/,
|
||||
reHasUnicode = /[^\x00-\x7F]/,
|
||||
reParseRegexLiteral = /^\/(.+)\/([im]+)?$/,
|
||||
reParseRegexLiteral = /^\/(.+)\/([imu]+)?$/,
|
||||
emptyArray = [],
|
||||
parsed = {
|
||||
hostnames: [],
|
||||
|
Loading…
Reference in New Issue
Block a user