mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Reset important option flag at header evaluation time
This commit is contained in:
parent
9c08e902bd
commit
66b68b4442
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue