Prerequisites
I tried to reproduce the issue when...
Description
https://github.com/gorhill/uBlock/blob/14a9572c86a0a2ea5d9acd90210ce6d95401c992/platform/firefox/vapi-background-ext.js#L290
Should be === true for correct filtering.
A specific URL where the issue occurs.
https://github.com/gorhill/uBlock/blob/14a9572c86a0a2ea5d9acd90210ce6d95401c992/platform/firefox/vapi-background-ext.js#L290
Steps to Reproduce
--
Expected behavior
If a CNAME hostname matches any entry in cnameIgnoreList, UBO should skip re-running the request for that hostname (ignore it). If it does not match, the request should continue and be filtered as usual.
Actual behavior
CNAME hostnames not matching the ignore list are skipped (ignored).
CNAME hostnames matching the ignore list are processed normally.
uBO version
1.65.0
Browser name and version
Firefox 141
Operating System and version
Windows 10
Prerequisites
I tried to reproduce the issue when...
Description
https://github.com/gorhill/uBlock/blob/14a9572c86a0a2ea5d9acd90210ce6d95401c992/platform/firefox/vapi-background-ext.js#L290
Should be === true for correct filtering.
A specific URL where the issue occurs.
https://github.com/gorhill/uBlock/blob/14a9572c86a0a2ea5d9acd90210ce6d95401c992/platform/firefox/vapi-background-ext.js#L290Steps to Reproduce
--
Expected behavior
If a CNAME hostname matches any entry in cnameIgnoreList, UBO should skip re-running the request for that hostname (ignore it). If it does not match, the request should continue and be filtered as usual.
Actual behavior
CNAME hostnames not matching the ignore list are skipped (ignored).
CNAME hostnames matching the ignore list are processed normally.
uBO version
1.65.0
Browser name and version
Firefox 141
Operating System and version
Windows 10