You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _articles/faq/chromium-142-local-network-access-issue.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,10 @@ These restrictions limit requests from **public network locations** to **local o
25
25
26
26
Starting in **Chrome 145**, the site-setting label changed from one permission to two:
27
27
28
-
-`loopback-network` shown as **Local Network**
29
-
-`local-network` shown as **Apps on device**
28
+
-`loopback-network` shown as **Apps on device**
29
+
-`local-network` shown as **Local Network**
30
30
31
-
Dynamic Web TWAIN Service communicates with `localhost` / `127.0.0.1`, so **Local Network** (`loopback-network`) is the key permission for most deployments.
31
+
Dynamic Web TWAIN Service communicates with `localhost` / `127.0.0.1`, so **Apps on device** (`loopback-network`) is the key permission for most deployments.
32
32
33
33
When your page first requests local access, Chromium will show an LNA permission prompt.
34
34
This FAQ and the symptoms below apply when users dismiss this prompt or click **Block**.
@@ -96,8 +96,8 @@ Dynamic Web TWAIN relies on a locally installed service that listens on a loopba
96
96
- Click the lock/settings icon in the browser address bar.
97
97
- In **Chrome 142-144**, ensure **Local Network Access** (`local-network-access`) is `Allow`.
98
98
- In **Chrome 145+**, check:
99
-
-**Local Network** (`loopback-network`) is `Allow` (required for `localhost` / `127.0.0.1`)
100
-
-**Apps on device** (`local-network`) is `Allow` only if your app also needs private-network device access
99
+
-**Apps on device** (`loopback-network`) is `Allow` (required for `localhost` / `127.0.0.1`)
100
+
-**Local Network** (`local-network`) is `Allow` only if your app also needs private-network device access
0 commit comments