summary: Old: Isolated Web App manifests now require specific "local-network" or "loopback-network" permission policies,inadditionto"direct-sockets-private", to enable Direct Sockets connections to local or loopback network addresses, respectively. This provides developers with more granular control over network access and enhances application security by making network requirements more transparent within the manifest.
To avoid breaking existing Isolated Web Apps, there's a temporary compatibility measure in place. Until Chrome 151, "direct-sockets-private" will automatically unpack to "local-network" and "loopback-network" respectively. New: Isolated Web App manifests now require specific "local-network" and/or "loopback-network" permission policies to enable Direct Sockets connections to local or loopback network addresses, respectively.Thischangereplacestheexisting"direct-sockets-private"permissionpolicy. This provides developers with more granular control over network access and enhances application security by making network requirements more transparent within the manifest.
To avoid breaking existing Isolated Web Apps, there's a temporary compatibility measure in place. Until Chrome 151, "direct-sockets-private" will automatically unpack to "local-network" and "loopback-network" respectively.
summary: Old: Isolated Web App manifests now require specific "local-network" and/or "loopback-network" permission policies to enable Direct Sockets connections to local or loopback network addresses, respectively. This change replaces the existing "direct-sockets-private" permission policy. This provides developers with more granular control over network access and enhances application security by making network requirements more transparent within the manifest.ToavoidbreakingexistingIsolatedWebApps,there'satemporarycompatibilitymeasureinplace.UntilChrome151,"direct-sockets-private"willautomaticallyunpackto"local-network"and"loopback-network"respectively.
New: Isolated Web App manifests now require specific "local-network" and/or "loopback-network" permission policies to enable Direct Sockets connections to local or loopback network addresses, respectively. This change replaces the existing "direct-sockets-private" permission policy. This provides developers with more granular control over network access and enhances application security by making network requirements more transparent within the manifest.