uBlock/platform/common
Raymond Hill 099b9852cd
Code review for ipaddress= filter option
If an IP address can be extracted from the hostname portion of
a URL, the IP address matching will be performed at onBeforeRequest()
time.

Regardless, IP address matching will subsequently always be performed
at onHeadersReceived() time as the request details at that point
contain a reliable IP address value on supported platforms (Firefox-
only as of now).

The `cap_ipaddress` now evaluates to `true` in Chromium-based
browsers. Even though these browsers are unable to provide reliable
IP address value at onHeadersReceived() time, they can still
perform IP address matching for IP address extracted from hostname
portion of a URL.
2024-09-11 09:56:44 -04:00
..
managed_storage.json Reorganize platform directory to avoid Chromium-centric appearance 2021-07-16 10:06:58 -04:00
vapi-background.js Fix spurious browser error at the console 2024-09-07 16:47:43 -04:00
vapi-client.js Fix bad eslint rule + minor code review 2024-03-22 14:46:57 -04:00
vapi-common.js Code review for ipaddress= filter option 2024-09-11 09:56:44 -04:00
vapi.js Fix eslint warnings 2024-03-30 13:24:27 -04:00