Skip to content

Commit 66b68b4

Browse files
committed
Reset important option flag at header evaluation time
1 parent 9c08e90 commit 66b68b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/static-net-filtering.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5426,6 +5426,7 @@ StaticNetFilteringEngine.prototype.matchHeaders = function(fctxt, headers) {
54265426
$requestMethodBit = fctxt.method || 0;
54275427
$requestTypeValue = (typeBits & TYPE_REALM) >>> TYPE_REALM_OFFSET;
54285428
$requestAddress = fctxt.getIPAddress();
5429+
$isBlockImportant = false;
54295430
$httpHeaders.init(headers);
54305431

54315432
let r = 0;

0 commit comments

Comments
 (0)