Skip to content

Commit

Permalink
fix https://issues.adblockplus.org/ticket/6649 (allow u flag in reg…
Browse files Browse the repository at this point in the history
…exes)
  • Loading branch information
gorhill authored and hawkeye116477 committed Jun 28, 2020
1 parent 3561050 commit 09147ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/static-ext-filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
var µb = µBlock,
reHostnameSeparator = /\s*,\s*/,
reHasUnicode = /[^\x00-\x7F]/,
reParseRegexLiteral = /^\/(.+)\/([im]+)?$/,
reParseRegexLiteral = /^\/(.+)\/([imu]+)?$/,
emptyArray = [],
parsed = {
hostnames: [],
Expand Down

0 comments on commit 09147ba

Please sign in to comment.