-
Notifications
You must be signed in to change notification settings - Fork 4
update: chrome 142 faq #938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,11 +15,11 @@ last_modified: 2025-11-04 17:21:42 +0800 | |
| > [!IMPORTANT] | ||
| > This is a newly developing issue, and as such the information in this article may change over time. | ||
|
|
||
| ## Error message - Access to fetch at `https://127.0.0.1:18623` or `http://127.0.0.1:18622` has been blocked by CORS policy: Permission was denied for this request to access the unknown address space. | ||
| ## Error message - CORS Errors caused by local network access permissions when using Chromium 142 and later | ||
|
|
||
| ### Symptom | ||
|
|
||
| When using Chromium-based browsers version 142 or later (released on October 28th, 2025), including Chrome, Edge, Brave, and Opera, the Dynamsoft Web TWAIN Service may fail to function properly: | ||
| When using **Chromium-based browsers version 142 or later** (released on October 28th, 2025), including Chrome, Edge, Brave, and Opera, the Dynamsoft Web TWAIN Service may fail to function properly: | ||
|
|
||
| - Phenomenon 1: the browser prompts users to download the service installer even though it is already installed. | ||
|
|
||
|
|
@@ -41,22 +41,27 @@ This affects the Dynamic Web TWAIN Service which relies on local services for co | |
|
|
||
| ### Resolution | ||
|
|
||
| ***Step 1: (For All End Users)*** | ||
| ***1. To Manually Correct This in Chrome*** | ||
|
|
||
| - Navigate to your Dynamic Web TWAIN web interface | ||
|
|
||
| - Click the lock icon (or settings icon) next to your site URL in the browser’s address bar. | ||
|
|
||
| - Ensure that **Local Network Access** is enabled. | ||
|
|
||
|  | ||
|
|
||
| > [!NOTE] | ||
| > If you're unable to restore functionality after enabling 'Local Network Access,' please contact [Dynamsoft](https://www.dynamsoft.com/contact/). | ||
|
|
||
| ***Step 2: (For Developers Only)*** | ||
| ***2. (For Administrators) To Apply This Setting Across an Enterprise*** | ||
|
|
||
| Enterprise administrators can deploy a Chrome and/or Edge policy to set the "Local Network Access" setting to "Allow" for your website. | ||
|
|
||
| **Option 1:** | ||
| Please refer to: | ||
| * [Chrome Enterprise Policy List & Management | Documentation](https://chromeenterprise.google/policies/#LocalNetworkAccessAllowedForUrls) | ||
| * [Microsoft Edge Browser Policy Documentation](https://learn.microsoft.com/en-us/deployedge/microsoft-edge-browser-policies/localnetworkaccessallowedforurls) | ||
|
||
|
|
||
| ***3. (For Developers) To Manually Check the Permission on Local Network Access*** | ||
|
|
||
| You can check the permission programmatically: | ||
|
|
||
|
|
@@ -74,10 +79,6 @@ If the permission is not granted, prompt users to manually enable it (Chrome set | |
| <iframe src="..." allow="local-network-access *"></iframe> | ||
| ``` | ||
|
|
||
| **Option 2: (For Enterprise Users)** | ||
|
|
||
| Enterprise administrators can allow specified URLs to access local resources through Chrome’s Enterprise Policy configuration. | ||
| Refer to: [Chrome Enterprise Policy List & Management | Documentation](https://chromeenterprise.google/policies/#LocalNetworkAccessAllowedForUrls) | ||
|
|
||
| ### Planning | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing step: After clicking the lock icon, users need to select 'Site Settings' or 'Permissions' from the dropdown menu before they can access the Local Network Access setting. Add an intermediate step to guide users through the complete navigation path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really necessary here. The local network access toggle is visible without going in to the detailed Site Settings.