mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
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
Block a user