mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
parent
676fff6843
commit
efa3c140ab
@ -3006,7 +3006,7 @@ FilterContainer.prototype.compile = function(raw, writer) {
|
|||||||
if (
|
if (
|
||||||
parsed.isPureHostname &&
|
parsed.isPureHostname &&
|
||||||
parsed.domainOpt === '' &&
|
parsed.domainOpt === '' &&
|
||||||
parsed.denyAllow === '' &&
|
parsed.denyallow === '' &&
|
||||||
parsed.dataType === undefined
|
parsed.dataType === undefined
|
||||||
) {
|
) {
|
||||||
parsed.tokenHash = this.dotTokenHash;
|
parsed.tokenHash = this.dotTokenHash;
|
||||||
|
Loading…
Reference in New Issue
Block a user