mirror of https://github.com/gorhill/uBlock.git
fix #2025
This commit is contained in:
parent
b30648dd47
commit
1a29be62fb
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
|
||||
"name": "uBlock Origin",
|
||||
"version": "1.9.8",
|
||||
"version": "1.9.10",
|
||||
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": 2,
|
||||
|
||||
"name": "uBlock Origin",
|
||||
"version": "1.9.8",
|
||||
"version": "1.9.10",
|
||||
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_extShortDesc__",
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue