Skip to content

Commit 6b494a2

Browse files
committed
Correct local network access permission labels for Chromium 145+ in FAQ
1 parent 2741995 commit 6b494a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_articles/faq/chromium-142-local-network-access-issue.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ These restrictions limit requests from **public network locations** to **local o
2525

2626
Starting in **Chrome 145**, the site-setting label changed from one permission to two:
2727

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**
3030

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.
3232

3333
When your page first requests local access, Chromium will show an LNA permission prompt.
3434
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
9696
- Click the lock/settings icon in the browser address bar.
9797
- In **Chrome 142-144**, ensure **Local Network Access** (`local-network-access`) is `Allow`.
9898
- 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
101101

102102
![local-network.png](/assets/imgs/local-network-access/local-network.png)
103103

@@ -119,7 +119,7 @@ Please refer to:
119119
**a) If running inside an `iframe`**
120120

121121
> [!IMPORTANT]
122-
> If Dynamic Web TWAIN runs inside a cross-origin iframe, local-network permissions must be explicitly allowed in the iframe `allow` attribute.
122+
> If Dynamic Web TWAIN runs inside a cross-origin iframe, `loopback-network` permissions must be explicitly allowed in the iframe `allow` attribute.
123123
> If the iframe is same-origin, no additional iframe permission configuration is required.
124124
125125
For Chrome 145+, use `loopback-network` (and `local-network` only if needed). For older versions, include `local-network-access`.

0 commit comments

Comments
 (0)