Provide a mechanism to disable Basic HTTP Auth
Categories
(Core :: Networking: HTTP, enhancement, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: mkaply, Assigned: sekim)
References
(Blocks 1 open bug)
Details
(Keywords: parity-edge, Whiteboard: [necko-triaged][necko-priority-queue])
Attachments
(2 files, 2 obsolete files)
Chrome and Edge have a policy to disable Basic HTTP Auth for security reasons:
https://docs.microsoft.com/en-us/deployedge/microsoft-edge-policies#basicauthoverhttpenabled
It would be nice if we provided something similar.
Updated•4 years ago
|
| Reporter | ||
Comment 1•4 years ago
|
||
I checked on Chrome and in the case where it's turned off, they just return a 401 not authorized (no UI).
They never even send the request, just return immediately.
| Reporter | ||
Comment 2•4 years ago
|
||
Easy place to test:
Updated•2 years ago
|
Comment 3•2 years ago
|
||
I understand the requirement here is that we want to add a pref that disables Basic auth over unencrypted HTTP.
Seems easy enough. Let's try to do it.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 4•2 years ago
•
|
||
Can be tested with http://httpbin.org/basic-auth/user/pass.
| Assignee | ||
Comment 5•2 years ago
|
||
Hello Valentin, do we need a separate error page for this patch?
Comment 6•2 years ago
|
||
No, I don't think we need a separate one. But I assume bug 1325876 will also cover this.
| Assignee | ||
Comment 7•2 years ago
|
||
We should complete the patch once bug 1325876 is landed.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 8•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 9•1 year ago
|
||
| Assignee | ||
Comment 10•1 year ago
|
||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 11•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 12•1 year ago
|
||
Comment 13•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f880cb7e738e
https://hg.mozilla.org/mozilla-central/rev/5a616a48f9fd
| Assignee | ||
Updated•1 year ago
|
Description
•