mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2026-03-23 20:37:07 +00:00
[GH-ISSUE #27] Login failed when HTTPS-Only Mode is enabled in Firefox. #17
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#17
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 @mikaran576 on GitHub (Oct 15, 2023).
Original GitHub issue: https://github.com/tubearchivist/browser-extension/issues/27
Hello!
I encountered a small issue.
In firefox, if the "HTTPS-Only Mode" parameter is set to "Enable HTTPS-Only Mode in all windows", then even when using URL within a manage exceptions (i.e. http://tubearchivist.local:8000).
Authentication will fail with the error "NetworkError when attempting to fetch resource."
If you disable this option, everything is fine.
Addon's console log (version 0.2.1)
thanks in advance
@bbilly1 commented on GitHub (Oct 16, 2023):
That makes sense. You'll probably will have to setup https for TA for this to work. But that sounds like it's working as expected as in you are blocking all http traffic.