diff --git a/src/js/static-net-filtering.js b/src/js/static-net-filtering.js index 4596f7886..7fd749045 100644 --- a/src/js/static-net-filtering.js +++ b/src/js/static-net-filtering.js @@ -5426,6 +5426,7 @@ StaticNetFilteringEngine.prototype.matchHeaders = function(fctxt, headers) { $requestMethodBit = fctxt.method || 0; $requestTypeValue = (typeBits & TYPE_REALM) >>> TYPE_REALM_OFFSET; $requestAddress = fctxt.getIPAddress(); + $isBlockImportant = false; $httpHeaders.init(headers); let r = 0;