Skip to content

Commit 093a27a

Browse files
committed
update faq
1 parent 8268a12 commit 093a27a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: Dynamic Web TWAIN, Error Troubleshooting, CORS, unknown address space,
77
breadcrumbText: Error message - Permission was denied for this request to access the unknown address space
88
description: CORS unknown address space
99
date: 2025-11-04 17:21:42 +0800
10-
last_modified: 2025-11-04 17:21:42 +0800
10+
last_modified: 2025-11-05 17:26:42 +0800
1111
---
1212

1313
# Error Troubleshooting
@@ -25,14 +25,14 @@ Starting in **Chromium-based browsers v142+** (released Oct 28, 2025)—includin
2525

2626
You may experience one or more of the following:
2727

28-
1. **Service installer repeatedly prompted**
29-
The browser prompts you to download/install the service even though it is already installed.
28+
***1. Service installer repeatedly prompted***
3029

30+
The browser prompts you to download/install the service even though it is already installed.
3131
![DWT_installer.png](/assets/imgs/DWT_installer.png)
3232

33-
2. **Initialization succeeds, but scan/load shows blank images**
34-
The browser console (F12 → Console) shows a CORS rejection similar to:
33+
***2. Initialization succeeds, but scan/load shows blank images***
3534

35+
The browser console (F12 → Console) shows a CORS rejection similar to:
3636
```shell
3737
Access to fetch at 'https://127.0.0.1:18623/fa/VersionInfo?ts=1761893667670' from origin 'https://your-domain.com' has been blocked by CORS policy: Permission was denied for this request to access the `unknown` address space.
3838
```
@@ -75,6 +75,7 @@ console.log(status.state);
7575
```
7676

7777
If not granted, guide users to:
78+
7879
Chrome → Settings → Privacy and Security → Site Settings → Local network access
7980

8081
**b) If Running Inside an `iframe`**

0 commit comments

Comments
 (0)