Closed
Bug 2003833
Opened 18 hours ago
Closed 8 hours ago
When fetching a local network address in a background script, it incorrectly and automatically redirects to HTTPS.
Categories
(Core :: DOM: Security, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: ab6mubdf, Unassigned)
Details
Attachments
(1 file)
|
288.54 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:145.0) Gecko/20100101 Firefox/145.0
Steps to reproduce:
Create an extension with the following background script, then install and run it.
let url = "http://192.168.xx.xx:8080/status"
console.log("URL: " + url)
fetch(url)
Actual results:
Requests are automatically redirected to HTTPS and fail.
Expected results:
Successful fetch Without Redirecting To HTTPS
Comment 1•18 hours ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Security' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → DOM: Security
Product: Firefox → Core
| Reporter | ||
Updated•8 hours ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 hours ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•