Reset important option flag at header evaluation time

This commit is contained in:
Raymond Hill 2025-06-28 06:07:09 -04:00
parent 9c08e902bd
commit 66b68b4442
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -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;