browser(firefox): resolve socks DNS on server side (#8723)
This commit is contained in:
parent
1f43df3249
commit
d9eb37b0b9
|
|
@ -1,2 +1,2 @@
|
||||||
1288
|
1289
|
||||||
Changed: max@schmitt.mx Fri 3 Sep 2021 16:41:51 CEST
|
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST
|
||||||
|
|
|
||||||
|
|
@ -766,7 +766,7 @@ class NetworkObserver {
|
||||||
proxy.port,
|
proxy.port,
|
||||||
'', /* aProxyAuthorizationHeader */
|
'', /* aProxyAuthorizationHeader */
|
||||||
'', /* aConnectionIsolationKey */
|
'', /* aConnectionIsolationKey */
|
||||||
0, /* aFlags */
|
Ci.nsIProxyInfo.TRANSPARENT_PROXY_RESOLVES_HOST, /* aFlags */
|
||||||
UINT32_MAX, /* aFailoverTimeout */
|
UINT32_MAX, /* aFailoverTimeout */
|
||||||
null, /* failover proxy */
|
null, /* failover proxy */
|
||||||
));
|
));
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
1291
|
1292
|
||||||
Changed: max@schmitt.mx Fri 3 Sep 2021 16:40:48 CEST
|
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST
|
||||||
|
|
|
||||||
|
|
@ -766,7 +766,7 @@ class NetworkObserver {
|
||||||
proxy.port,
|
proxy.port,
|
||||||
'', /* aProxyAuthorizationHeader */
|
'', /* aProxyAuthorizationHeader */
|
||||||
'', /* aConnectionIsolationKey */
|
'', /* aConnectionIsolationKey */
|
||||||
0, /* aFlags */
|
Ci.nsIProxyInfo.TRANSPARENT_PROXY_RESOLVES_HOST, /* aFlags */
|
||||||
UINT32_MAX, /* aFailoverTimeout */
|
UINT32_MAX, /* aFailoverTimeout */
|
||||||
null, /* failover proxy */
|
null, /* failover proxy */
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue