Overview:
Starting with Chrome version 142, Google introduced a new Local Network Access (LNA) permission model.
- When a website or web application tries to access resources on your local network (e.g.,
localhost,127.0.0.1, or private IP ranges), Chrome now prompts the user for permission. - This is a security enhancement designed to prevent unauthorized web pages from interacting with local devices or services without user consent.

How Does This Affect VertiGIS Studio Users?
VertiGIS Studio apps often involve services on a local network, such as:
- Web maps referencing ArcGIS Server hosted on a local machine.
- Workflows, custom widgets or tools using internal endpoints for geoprocessing or printing.
If these maps or apps are shared publicly but still make calls to local resources, users will now see a popup asking to allow local network access.
If the user denies access, local services may fail to load (layers may not display, printing may break).
Quick Fix for Individual Users
Users can grant permission for a specific site:
- Open the web app in Chrome.
- Click the menu icon in the address bar.
- Find Local network access and toggle it ON.
(See screenshot below for reference.)

This setting is per-site and per-user, so each user must enable it manually. Clearing site data or resetting permissions will remove this grant.
Enterprise-Level Solution
For organizations that manage Chrome centrally:
- Chrome provides enterprise policies to pre-allow trusted sites and suppress the prompt.
- The key policy is:
LocalNetworkAccessAllowedForUrls
This allows administrators to specify trusted origins (e.g.,https://maps.yourorg.com) that can access local network resources without prompting users.
Important:
Implementing these policies requires coordination with your IT or network administration team.
Comments
0 comments
Please sign in to leave a comment.