mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
fix #1774
This commit is contained in:
parent
682e0c8916
commit
9d5b03ce66
@ -1557,7 +1557,7 @@ FilterContainer.prototype.retrieveDomainSelectors = function(request) {
|
||||
entity: pos === -1 ? domain : domain.slice(0, pos - domain.length),
|
||||
skipCosmeticFiltering: this.acceptedCount === 0,
|
||||
cosmeticHide: [],
|
||||
cosmeticDonthide: this.genericDonthide,
|
||||
cosmeticDonthide: this.genericDonthide.slice(),
|
||||
netHide: [],
|
||||
netCollapse: µb.userSettings.collapseBlocked,
|
||||
scripts: this.retrieveScriptTags(domain, hostname)
|
||||
|
Loading…
Reference in New Issue
Block a user