mirror of https://github.com/gorhill/uBlock.git
Fix `denyallow` thrown away with pure hostname patterns
This commit is contained in:
parent
ab324b1374
commit
36711a7c07
|
@ -3006,6 +3006,7 @@ FilterContainer.prototype.compile = function(raw, writer) {
|
|||
if (
|
||||
parsed.isPureHostname &&
|
||||
parsed.domainOpt === '' &&
|
||||
parsed.denyAllow === '' &&
|
||||
parsed.dataType === undefined
|
||||
) {
|
||||
parsed.tokenHash = this.dotTokenHash;
|
||||
|
|
Loading…
Reference in New Issue