mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +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,
|
var µb = µBlock,
|
||||||
reHostnameSeparator = /\s*,\s*/,
|
reHostnameSeparator = /\s*,\s*/,
|
||||||
reHasUnicode = /[^\x00-\x7F]/,
|
reHasUnicode = /[^\x00-\x7F]/,
|
||||||
reParseRegexLiteral = /^\/(.+)\/([im]+)?$/,
|
reParseRegexLiteral = /^\/(.+)\/([imu]+)?$/,
|
||||||
emptyArray = [],
|
emptyArray = [],
|
||||||
parsed = {
|
parsed = {
|
||||||
hostnames: [],
|
hostnames: [],
|
||||||
|
Loading…
Reference in New Issue
Block a user