diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 6ab82ecb1..3b4bee9eb 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.9.9.1", + "version": "1.9.11.0", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 046d324f9..43ba27286 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.9.9.1", + "version": "1.9.11.0", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index a24ecd18b..42240af5a 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -1977,7 +1977,7 @@ FilterContainer.prototype.fromCompiledContent = function(lineIter) { if ( token === '.' ) { if ( entry === undefined ) { entry = new FilterHostnameDict(); - bucket.set('.', new FilterHostnameDict()); + bucket.set('.', entry); } // 'fclass' is hostname if ( entry.add(fclass) === false ) {