mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor code review
This commit is contained in:
parent
37da838255
commit
76e035989f
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ vAPI.Net = class extends vAPI.Net {
|
|||
|
||||
normalizeDetails(details) {
|
||||
// https://github.com/uBlockOrigin/uBlock-issues/issues/3379
|
||||
if ( details.proxyInfo?.proxyDNS && details.ip === '0.0.0.0' ) {
|
||||
if ( details.ip === '0.0.0.0' && details.proxyInfo?.proxyDNS ) {
|
||||
details.ip = null;
|
||||
}
|
||||
const type = details.type;
|
||||
|
|
|
|||
Loading…
Reference in a new issue