Skip to content

Commit

Permalink
Remove 64:ff9b: as private network block
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Oct 22, 2024
1 parent 2782b16 commit 2621c90
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js/static-net-filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 2621c90

Please sign in to comment.