browser(firefox): resolve socks DNS on server side (#8723)

This commit is contained in:
Max Schmitt 2021-09-06 16:34:28 +02:00 committed by GitHub
parent 1f43df3249
commit d9eb37b0b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -1,2 +1,2 @@
1288
Changed: max@schmitt.mx Fri 3 Sep 2021 16:41:51 CEST
1289
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST

View file

@ -766,7 +766,7 @@ class NetworkObserver {
proxy.port,
'', /* aProxyAuthorizationHeader */
'', /* aConnectionIsolationKey */
0, /* aFlags */
Ci.nsIProxyInfo.TRANSPARENT_PROXY_RESOLVES_HOST, /* aFlags */
UINT32_MAX, /* aFailoverTimeout */
null, /* failover proxy */
));

View file

@ -1,2 +1,2 @@
1291
Changed: max@schmitt.mx Fri 3 Sep 2021 16:40:48 CEST
1292
Changed: max@schmitt.mx Mon 6 Sep 2021 16:30:50 CEST

View file

@ -766,7 +766,7 @@ class NetworkObserver {
proxy.port,
'', /* aProxyAuthorizationHeader */
'', /* aConnectionIsolationKey */
0, /* aFlags */
Ci.nsIProxyInfo.TRANSPARENT_PROXY_RESOLVES_HOST, /* aFlags */
UINT32_MAX, /* aFailoverTimeout */
null, /* failover proxy */
));