diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 38ecf05d7..7c08e9553 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1075,7 +1075,7 @@ FilterHostnameDict.prototype.match = function() { hostname = hostname.slice(pos + 1); } this.h = hostname; - return this; + return true; }; FilterHostnameDict.prototype.logData = function() {