From efa3c140abf8d8a880a5c10459ca3e147c772315 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 14 Apr 2020 11:57:59 -0400 Subject: [PATCH] Fix typo in last commit Related commit: - https://github.com/gorhill/uBlock/commit/36711a7c0761c6eecb8c7f7f9724cba6d1cc2994 --- src/js/static-net-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 83077df70..8c75be414 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -3006,7 +3006,7 @@ FilterContainer.prototype.compile = function(raw, writer) { if ( parsed.isPureHostname && parsed.domainOpt === '' && - parsed.denyAllow === '' && + parsed.denyallow === '' && parsed.dataType === undefined ) { parsed.tokenHash = this.dotTokenHash;