Skip to content

Commit 2621c90

Browse files
committed
Remove 64:ff9b: as private network block
Related issue: uBlockOrigin/uBlock-issues#3426
1 parent 2782b16 commit 2621c90

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/js/static-net-filtering.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3048,9 +3048,6 @@ class FilterIPAddress {
30483048
if ( ipaddr.startsWith('::ffff:') === false ) { return false; }
30493049
return this.reIPv6IPv4lan.test(ipaddr);
30503050
}
3051-
if ( c0 === 0x36 /* 6 */ ) {
3052-
return ipaddr.startsWith('64:ff9b:');
3053-
}
30543051
if ( c0 === 0x66 /* f */ ) {
30553052
return this.reIPv6local.test(ipaddr);
30563053
}

0 commit comments

Comments
 (0)