Skip to content
Permalink
Browse files
fix https://issues.adblockplus.org/ticket/6649 (allow u flag in reg…
…exes)
  • Loading branch information
gorhill authored and hawkeye116477 committed Jun 28, 2020
1 parent 3561050 commit 09147ba44f7b0c2e02fafe77497c483d6dbde24c
Showing with 1 addition and 1 deletion.
  1. +1 −1 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: [],

0 comments on commit 09147ba

Please sign in to comment.