mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
this fixes #1597
This commit is contained in:
parent
0d5a643b13
commit
f8e266c2b0
@ -290,7 +290,7 @@ RedirectEngine.prototype.compileRuleFromStaticFilter = function(line) {
|
|||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
RedirectEngine.prototype.reFilterParser = /^(?:\|\|([^\/?#^*]+)|\*)([^$]+)\$([^$]+)$/;
|
RedirectEngine.prototype.reFilterParser = /^(?:\|\|([^\/:?#^*]+)|\*)([^$]+)\$([^$]+)$/;
|
||||||
|
|
||||||
RedirectEngine.prototype.supportedTypes = (function() {
|
RedirectEngine.prototype.supportedTypes = (function() {
|
||||||
var types = Object.create(null);
|
var types = Object.create(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user