Open
Bug 1896699
Opened 9 months ago
Updated 8 months ago
Cause an error when getting a http downgrade on a page with https-rr dns records telling us to always upgrade the connection
Categories
(Core :: DOM: Security, enhancement)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: manuel, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog])
This is a misconfigurations of the server causing us to do a upgrade-downgrade loop.
http downgrade here means redirect with exactly the same url, but replacing https with http.
for example:
> GET https://example.com/page
< HTTP 307
< Location: http://example.com/page
raised in review https://phabricator.services.mozilla.com/D193672?id=824322#inline-1125840
I agree. But I don't want to change that behavior in that patch.
Updated•9 months ago
|
Blocks: https-first-mode
Updated•9 months ago
|
Whiteboard: [domsecurity-backlog]
Updated•9 months ago
|
Severity: -- → N/A
Reporter | ||
Updated•8 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•