1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-06 02:42:33 +01:00

Remove 64:ff9b: as private network block

Related issue:
https://github.com/uBlockOrigin/uBlock-issues/issues/3426
This commit is contained in:
Raymond Hill 2024-10-22 19:49:29 -04:00
parent 2782b16ecf
commit 2621c908c3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3048,9 +3048,6 @@ class FilterIPAddress {
if ( ipaddr.startsWith('::ffff:') === false ) { return false; }
return this.reIPv6IPv4lan.test(ipaddr);
}
if ( c0 === 0x36 /* 6 */ ) {
return ipaddr.startsWith('64:ff9b:');
}
if ( c0 === 0x66 /* f */ ) {
return this.reIPv6local.test(ipaddr);
}