diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 5d9f6b28d..af75be371 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1429,7 +1429,10 @@ FilterParser.prototype.parseOptions = function(s) { this.unsupported = true; break; } - + // Used by Adguard, purpose is unclear -- just ignore for now. + if ( opt === 'empty' ) { + continue; + } // Unrecognized filter option: ignore whole filter. this.unsupported = true; break;