Overview
If you’re running Google Chrome 142 (or later) or Microsoft Edge 143 (or later), you may find that embedded Tableau views in Curator fail to load. Instead of seeing your Dashboard, you might see a blank area where the Tableau content should appear. This happens because of a new security feature in Chromium browsers called Local Network Access restrictions (LNA). This feature blocks public websites from connecting to devices or services on your local network. While Curator and Tableau Server/Cloud use only public HTTPS endpoints, certain security tools on your computer can trigger this restriction and break embedded Tableau views. You can read more about this feature in Chrome’s developer blog and Tableau’s documentation.Symptoms

- You might see a blank area, loading screen, or error message where Tableau content should appear.
- Error messages in the browser saying a public page tried to connect to devices on the local network.
- Content loads in other browsers - The same Tableau views work fine in Firefox, Safari, or older versions of Chrome/Edge.
- Works on other devices - The views load normally on personal devices that aren’t connected to your corporate network.
Why this happens
What is Local Network Access?
Chrome 142 (release notes) and Edge 143 (release notes) introduced Local Network Access (LNA) restrictions to protect users from malicious websites trying to access devices on their local network. When a public website tries to connect to these addresses, the browser will block or prompt:- Loopback addresses:
127.0.0.1,localhost - Private IP ranges:
10.x.x.x,172.16-31.x.x,192.168.x.x - Carrier-grade NAT ranges:
100.64.0.0to100.127.255.255(commonly used by security products)
Why does this affect Curator?
In most cases, Curator and Tableau use only public HTTPS endpoints, so LNA shouldn’t be triggered. However, in corporate environments with certain security tools installed, those tools may create connections to local addresses while you’re using Curator. Common security tools that can trigger this issue:- Zscaler Client Connector or ZPA - Uses IP range
100.64.0.0and higher for internal routing - Duo Desktop - Runs a local helper service
- Okta FastPass - Uses local authentication components
- Box Tools - Connects to local services
- Other DLP or endpoint security agents - May expose local HTTP services
Who is affected
You’ll see this issue if:- You’re using Google Chrome 142 (or later) or Microsoft Edge 143 (or later)
- Your organization uses security tools like those listed above that rely on local addresses or carrier-grade NAT ranges
- You’re accessing Curator on a managed corporate device
Quick troubleshooting for end users
If embedded Tableau views aren’t loading in Curator, try these quick checks:- Test in another browser - Try Firefox or Safari to see if the views load normally. If they do, this confirms an LNA issue.
-
Check your browser version
- In Chrome: Go to
chrome://settings/help - In Edge: Go to
edge://settings/help - If you see version 142+ (Chrome) or 143+ (Edge), LNA may be the cause
- In Chrome: Go to
- Test on a different device - Try accessing Curator from a personal device or home network. If it works there, the issue is related to your corporate security tools.
- Contact your IT team - Share this article with them. They’ll need to configure browser policies to fix the issue permanently.
Diagnostic steps for IT teams
If users are reporting blank or failed Tableau embeds, follow these steps to confirm this is an LNA issue:Step 1: Confirm the environment
Check that:- Users are on Chrome 142+ or Edge 143+
- Affected devices are managed corporate machines
- Users have security tools installed (Zscaler, Duo Desktop, Okta FastPass, Box Tools, or similar)
Step 2: Inspect the browser console
On an affected computer:- Open Curator and navigate to a page with an embedded Tableau view that’s failing to load.
- Open Developer Tools in the browser:
- Chrome: Press
F12orCtrl+Shift+I(Windows) /Cmd+Option+I(Mac) - Edge: Press
F12orCtrl+Shift+I(Windows) /Cmd+Option+I(Mac)
- Chrome: Press
- Click the Network tab in Developer Tools.
- Reload the page and look for failed requests:
- Look for error messages mentioning Local Network Access
- Check for remote addresses in these ranges:
127.0.0.1orlocalhost10.x.x.x,172.16-31.x.x,192.168.x.x100.64.0.0to100.127.255.255(used by Zscaler and others)
- For failed requests, check the Initiator or Origin column to see which site initiated the request.
Step 3: Capture diagnostic information
Take screenshots or note:- The full URL of any failing requests
- The remote IP address and port
- Which security tool is involved (based on the URL/IP)
- The browser version
Solutions for managed environments
For corporate-managed Chrome and Edge browsers, your IT team needs to configure Local Network Access policies to allowlist trusted domains.For Google Chrome
Your IT team should configure Chrome enterprise policies (full policy list) using your management platform (Group Policy, Jamf, Intune, etc.). Key policies (atomic group documentation):LocalNetworkAccessAllowedForUrls- List of domains allowed to make local network requests without promptingLocalNetworkAccessBlockedForUrls- List of domains blocked from local network accessLocalNetworkAccessRestrictionsTemporaryOptOut- Temporary opt-out (reverts to pre-142 behavior)
Example configuration
In JSON format for Chrome policy:Replace the example domains with:
- Your Curator portal URL(s)
- Your Tableau Server or Tableau Cloud URL(s)
- Any identity provider domains if you use SSO
- On a managed computer, open Chrome and navigate to
chrome://policy - Search for “LocalNetworkAccess” in the policy list
- Verify that your
LocalNetworkAccessAllowedForUrlspolicy appears with the correct domains
LocalNetworkAccessRestrictionsTemporaryOptOut
to restore the old behavior. Note that Chrome plans to remove this option in a future release, so this is only a
short-term solution.
For Microsoft Edge
Edge has equivalent policies (policy documentation) that work the same way. Key policies:LocalNetworkAccessRestrictionsEnabled- Enable or disable the restrictionLocalNetworkAccessAllowedForUrls- Allowlist specific domainsLocalNetworkAccessRestrictionsTemporaryOptOut- Temporary opt-out
Example Edge configuration
In Group Policy:- Navigate to Administrative Templates > Microsoft Edge > Network settings
- Open the Allow sites to make requests to local network endpoints setting
(
LocalNetworkAccessAllowedForUrls) - Enable the policy and add your domains:
https://your-curator-domain.comhttps://your-tableau-server.com
- Click OK and apply the policy
LocalNetworkAccessRestrictionsEnabled)
to Disabled. This should only be used temporarily while you configure the proper allowlist.
Temporary workaround for individual users
If you need immediate access while your IT team configures the policies, you can temporarily disable Local Network Access checks in your browser.Chrome flags workaround
- Open Chrome and go to
chrome://flags/in the address bar. - Search for “Local Network Access” in the search box at the top.
- Find the Local Network Access Checks flag and click the dropdown next to it.
- Select Disabled from the dropdown.
- Click the Relaunch button that appears at the bottom of the page to restart Chrome.
Edge flags workaround
- Open Edge and go to
edge://flags/in the address bar. - Search for “Local Network Access” in the search box at the top.
- Find the Local Network Access Checks flag and click the dropdown next to it.
- Select Disabled from the dropdown.
- Click the Restart button that appears at the bottom of the page to restart Edge.
Consider switching to Connected Apps
If your Curator system is currently using Tableau Default or Trusted Tickets for Tableau authentication, switching to Connected Apps may resolve embedding issues related to Local Network Access restrictions. These authentication methods often involve additional redirects and local network interactions that can trigger LNA restrictions in Chrome 142+ and Edge 143+. Connected Apps use a more streamlined authentication flow that is less likely to be affected by these browser security features.Additional vendor-specific guidance
If you’ve identified which security tool is causing the issue, these vendor guides may help your IT team configure both the browser policies and the security tool itself:- Tableau: Embedded Tableau views fail to load after Chrome 142
- Zscaler: Chrome 142 Local Network Access Advisory
- Duo Desktop: Chrome 142 and Edge 143 Changes
- Okta FastPass: Configure Chrome for Local Network Access
- Box Tools: Allow Local Network Access in Chrome and Edge