mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #59] Chrome ver 142 cannot connect to server (requires new permission Local network access) #39
Labels
No labels
bug
bug
duplicate
enhancement
help wanted
invalid
not an issue
not an issue
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-browser-extension#39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xInsertx on GitHub (Nov 16, 2025).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/59
Hi Team,
It seems the recent additional of local network access permission can impact the extension. I've encountered this in Chrome 142 and while i was unable to make the extension prompt for access - I could mainly set it to allow to restore connection.
More info for chrome / firefox changes here:
https://developer.chrome.com/blog/local-network-access
https://support.mozilla.org/en-US/kb/control-personal-device-local-network-permissions-firefox
I assume you just need to add support for the "ask" request so users are at-least prompted?
@bbilly1 commented on GitHub (Nov 28, 2025):
Interesting, thanks for the heads up. Looks like that hasn't landed in Firefox yet.
I couldn't find any info how browser extensions are treated here though. If anybody has any insights, please share.