From 16e68b11ee15030aac732c2d0467e11a0119c33d Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 5 Nov 2025 07:12:38 +0800 Subject: [PATCH] update to internal commit 6efe3c5f --- ...hromium-142-local-network-access-issue.md} | 0 ...service-prompting-to-install-repeatedly.md | 21 +++++++++++-------- 2 files changed, 12 insertions(+), 9 deletions(-) rename _articles/faq/{chrome-142-local-network-access-issue.md => chromium-142-local-network-access-issue.md} (100%) diff --git a/_articles/faq/chrome-142-local-network-access-issue.md b/_articles/faq/chromium-142-local-network-access-issue.md similarity index 100% rename from _articles/faq/chrome-142-local-network-access-issue.md rename to _articles/faq/chromium-142-local-network-access-issue.md diff --git a/_articles/faq/service-prompting-to-install-repeatedly.md b/_articles/faq/service-prompting-to-install-repeatedly.md index 19f77791..cadd03cd 100644 --- a/_articles/faq/service-prompting-to-install-repeatedly.md +++ b/_articles/faq/service-prompting-to-install-repeatedly.md @@ -17,23 +17,26 @@ https://www.dynamsoft.com/web-twain/docs/faq/#project-deployment-and-end-user-in #### There are a few possible causes -1. The Dynamic Web TWAIN Service (previously called "Dynamsoft Service") is not installed properly. +> [!NOTE] +> "Local network access permission is not granted" is a **newly developing issue** -2. The Dynamic Web TWAIN Service is installed correctly but not started. +1. The local network access permission is not granted (required starting Chromium 142). See [Chromium local network access issue](/_articles/faq/chromium-142-local-network-access-issue) for details and corrective action. -3. The requests sent to the Service are redirected because you are using a proxy server on IE. +2. The Dynamic Web TWAIN Service (previously called "Dynamsoft Service") is not installed properly. -4. The service's listening ports are blocked by another software, like anti-virus software. +3. The Dynamic Web TWAIN Service is installed correctly but not started. -5. The service is blocked by extensions or plugins you have installed in the browser. (e.g. NoScript, M*Modal Fluency Direct Web Connector) +4. The requests sent to the Service are redirected because you are using a proxy server on IE. -6. You are accessing an HTTPS site on a Linux machine. +5. The service's listening ports are blocked by another software, like anti-virus software. -7. You are visiting a public HTTP website with Dynamic Web TWAIN SDK integrated via Chrome v94+ (or any Chromium v94+ based browsers) +6. The service is blocked by extensions or plugins you have installed in the browser. (e.g. NoScript, M*Modal Fluency Direct Web Connector) -8. You have added `Access-Control-Allow-Origin` setting in the `DSConfiguration.ini` file, but the request originates from a different domain and you didn't set [`IfCheckCORS`](/_articles/extended-usage/dynamsoft-service-configuration.md#access-control-allow-origin). +7. You are accessing an HTTPS site on a Linux machine. -9. The local network access permission is not granted (required since Chrome 142). +8. You are visiting a public HTTP website with Dynamic Web TWAIN SDK integrated via Chrome v94+ (or any Chromium v94+ based browsers) + +9. You have added `Access-Control-Allow-Origin` setting in the `DSConfiguration.ini` file, but the request originates from a different domain and you didn't set [`IfCheckCORS`](/_articles/extended-usage/dynamsoft-service-configuration.md#access-control-allow-origin). #### The respective fixes are listed below