Skip to content

Commit bc1d22c

Browse files
committed
add permission granting dialog with screenshot
1 parent 6ed0d7f commit bc1d22c

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,19 +204,26 @@ These changes do not alter or bypass Chromium's security model. They make permis
204204

205205
The key improvements include:
206206

207+
- **Guide the user to grant local network access**
208+
If the service is installed (detected with WebSocket) and the access to the local service is not through or the detected permission is "prompt", prompt the user to grant access.
209+
210+
*Dialog 1 - Permission Granting Guidance*
211+
212+
![permission granting dialog](/assets/imgs/local-network-access/permission-granting-dialog.png)
213+
207214
- **Explicit detection of blocked local network access**
208-
When the browser blocks communication with the local service, a clear dialog explains the cause and directs users to this FAQ.
215+
If the permission can be detected and is "denied", a clear dialog explains the cause and directs users to a guide, which tells how to enable the permission in site settings.
209216

210217
![prompt blocked](/assets/imgs/local-network-access/prompt-blocked.png)
211218

212-
*Dialog 1 - Permission Guidance*
219+
*Dialog 2 - Site Settings Guidance*
213220

214221
- **Clearer messaging during service installation**
215222
The service installation dialog explains that connection failure may be caused either by missing service installation or denied local-network permission.
216223

217224
![dialog installation](/assets/imgs/local-network-access/service-installation-dialog.png)
218225

219-
*Dialog 2 - Service Installation*
226+
*Dialog 3 - Service Installation*
220227

221228
- **Latest popup screenshots hosted externally (v19.3.1+)**
222229
Because Chromium updates native permission popups frequently, static popup screenshots were removed from this FAQ in v19.3.1.
63.9 KB
Loading

0 commit comments

Comments
 (0)