en-US chrome computer user

Allow socket pool size randomization for proxies

Verified with Google Chrome — updated on September 2, 2026

Supported on: Microsoft Windows 7 or later

Path in the GPO console

Computer Configuration\Administrative Templates\Google\Google Chrome

Description

Socket pool size randomization is a security mechanism that prevents attackers from exploiting deterministic capacity limits to learn cross-site information. If the capacity for a pool is normally 128 sockets, this mechanism randomly caps the pool between 128 and 256. This can allow up to 2x as many connections to the proxy, but in practice the expected value is more like 1.2x. This impacts the settings from MaxConnectionsPerProxy and MaxConnectionsPerProxyForWebSocket. Instead of them defining the upper limit, the upper limit is 2x their values (though again, the expected value in practice is more like 1.2x them). This is enabled by default for all pools, but this policy allows the feature to be disabled for proxy pools specifically.

Registry

HKLM Software\Policies\Google\Chrome
HKCU Software\Policies\Google\Chrome

Value name: AllowSocketPoolSizeRandomizationForProxies

Enabled: AllowSocketPoolSizeRandomizationForProxies = 1

Disabled: AllowSocketPoolSizeRandomizationForProxies = 0

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

Scope

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Allow socket pool size randomization for proxies
; State: Enabled
; Scope: Computer (HKLM)
; Supported on: Microsoft Windows 7 or later

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
"AllowSocketPoolSizeRandomizationForProxies"=dword:00000001
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Allow socket pool size randomization for proxies
# State: Enabled
# Scope: Computer (HKLM)
# Supported on: Microsoft Windows 7 or later

$path = 'HKLM:\Software\Policies\Google\Chrome'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'AllowSocketPoolSizeRandomizationForProxies' -Value 1 -Type DWord

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview