Organization-wide implementation of Local Network Access (LNA) restrictions in modern browsers (Microsoft Edge, Google Chrome) may impact the functionality of DevTest tools. LNA is a security mechanism designed to prevent web applications from accessing local network resources without explicit permission.
All supported DevTest versions
Component: Portal, Registry, IAM
localhost or a local IP address.127.0.0.1) or local IP traffic, DevTest will be impacted as components rely on these for internal processing.To ensure continued functionality after LNA enforcement, follow these recommended actions:
localhost or 127.0.0.1. Specifically, update the registry.host property in the local.properties file.local.properties to allow the webserver to handle requests correctly: lisa.webserver.whitelist.hostsandpaths=0-255.0-255.0-255.0-255|...,/Note: Verify if your organization's "LNA restrictions" apply only to the browser layer or if they include network-layer firewall changes, as the latter requires additional network infrastructure adjustments.