mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
parent
76e035989f
commit
f84b3e4ce9
@ -99,7 +99,7 @@ vAPI.Net = class extends vAPI.Net {
|
||||
|
||||
normalizeDetails(details) {
|
||||
// https://github.com/uBlockOrigin/uBlock-issues/issues/3379
|
||||
if ( details.ip === '0.0.0.0' && details.proxyInfo?.proxyDNS ) {
|
||||
if ( details.proxyInfo?.proxyDNS && details.ip === '0.0.0.0' ) {
|
||||
details.ip = null;
|
||||
}
|
||||
const type = details.type;
|
||||
|
Loading…
Reference in New Issue
Block a user