mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix #2640
This commit is contained in:
parent
425d2210e9
commit
a4ec9f5dae
@ -687,8 +687,8 @@ FilterRegex.prototype.match = function(url) {
|
||||
|
||||
FilterRegex.prototype.logData = function() {
|
||||
return {
|
||||
raw: '/' + this.s + '/',
|
||||
regex: this.s,
|
||||
raw: '/' + this.re.source + '/',
|
||||
regex: this.re.source,
|
||||
compiled: this.compile()
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user