Add warning to HTTP Basic auth prompt for non-HTTPS connections
Categories
(Firefox :: Security, enhancement, P2)
Tracking
()
People
(Reporter: mozilla, Assigned: descalante, Mentored)
References
(Blocks 2 open bugs)
Details
(Keywords: sec-want)
Attachments
(5 files, 1 obsolete file)
Comment 1•18 years ago
|
||
Updated•12 years ago
|
Comment 5•4 years ago
|
||
Showing a lock with / through it for all insecure non-local-ip http auth pages (similar to in-page password warning prompts) would be pretty easy, by updating the condition at: https://searchfox.org/mozilla-central/rev/2e3b0483e31abffe0b4374480a34c6d23f5186ea/toolkit/components/prompts/src/Prompter.jsm#1133-1135 .
Showing extra text could be done in the condition that uses this property at https://searchfox.org/mozilla-central/rev/2e3b0483e31abffe0b4374480a34c6d23f5186ea/toolkit/components/prompts/content/commonDialog.js#72-74 .
Johann, whose agreement do we need to get a warning text added here?
Comment 6•4 years ago
|
||
Comment 7•4 years ago
|
||
Comment 8•4 years ago
|
||
I would like to get warnings. The popup dialog has no warning, whereas a larger html http page with a login inside it will show a clear warning.
Updated•4 years ago
|
Comment 9•4 years ago
|
||
Huh, we didn't have this already? Well, then, I think it's a good idea, you seem to think it's a good idea, so that should be enough to from a module ownership perspective to make it happen.
Not a high priority on my list unfortunately but maybe this can be put as a nice small self-contained project to pick up from our backlog.
cc Paul :)
Comment 10•4 years ago
|
||
If this gets fixed, then Firefox will help protect people from http phishing attacks and network traffic scraping.
Comment 11•4 years ago
|
||
Here is an example of a phishing website that uses only http, where this kind of warning could save a lot of Firefox customers a lot of trouble. Example was taken from:
https://www.metacompliance.com/blog/what-are-paypal-phishing-scams-and-how-to-spot-them/
Comment 12•4 years ago
|
||
(In reply to William Smith from comment #11)
Created attachment 9256510 [details]
paypal-2-700x304-1.jpgHere is an example of a phishing website that uses only http, where this kind of warning could save a lot of Firefox customers a lot of trouble. Example was taken from:
https://www.metacompliance.com/blog/what-are-paypal-phishing-scams-and-how-to-spot-them/
What prevents the phishing site from using HTTPS to get rid of the warning? I think we're more concerned about MITM here.
Comment 13•4 years ago
|
||
Nothing prevents them from setting up https. But with Firefox (and Edge as well) not giving any warnings, they don't need to bother with setting up https. It looks exactly the same - no warning.
Updated•3 years ago
|
| Assignee | ||
Comment 14•1 year ago
|
||
Hi! A friend @edwyn.zhou and I wanted to pick up this project, we are part of the UTOSS Firefox project team at UofT. We wanted to know if you are set on the string or if you prefer the lock?
Comment 15•1 year ago
|
||
(In reply to Diego Ciudad Real from comment #14)
Hi! A friend @edwyn.zhou and I wanted to pick up this project, we are part of the UTOSS Firefox project team at UofT. We wanted to know if you are set on the string or if you prefer the lock?
Would we be able to take a look at this?
Comment 16•1 year ago
•
|
||
Hi, sure. I'd greatly appreciate if you can take a look here and try to resolve. I don't have time right now to work on this myself, but think this is really valuable to fix. If you need help, feel free to reach out on Matrix #anti-tracking:mozilla.org and ping me (@mbucher:mozilla.com).
It is currently impossible to set two assignees on bugzilla: Bug 1501114. Feel free to collaborate and write the patch however you like. If you both work on a patch (and it turns out to be a single one) you can use the Co-Authored-By:-syntax
Comment 17•1 year ago
|
||
I think this is a P2, as I think we really want to fix this bug. The current design lacks valuable information. However, don't feel pressurized by this decision. This bug has been open for a long time and it is fine if it takes some time to resolve.
Comment 18•1 year ago
|
||
(In reply to Manuel Bucher [:manuel] from comment #16)
Hi, sure. I'd greatly appreciate if you can take a look here and try to resolve. I don't have time right now to work on this myself, but think this is really valuable to fix. If you need help, feel free to reach out on Matrix
#anti-tracking:mozilla.organd ping me (@mbucher:mozilla.com).It is currently impossible to set two assignees on bugzilla: Bug 1501114. Feel free to collaborate and write the patch however you like. If you both work on a patch (and it turns out to be a single one) you can use the Co-Authored-By:-syntax
Sounds good, thank you so much!
| Assignee | ||
Comment 19•1 year ago
|
||
| Assignee | ||
Comment 20•1 year ago
|
||
Co-authored-by: edwyn.zhou <edwyn.zhou@mail.utoronto.ca>
Comment 21•1 year ago
|
||
Hey meridel, wanted to loop you into this for a UX perspective. I've attached a screenshot of what the dialog looks like with the patch that Diego and Edwyn put up. Let us know what your thoughts are!
Comment 22•11 months ago
|
||
Hi Harshit, it looks like you might need both UX Design and Content Design review here. To help get us up to speed and get this into our triage process, can I ask you to submit a ticket here? Thank you!
Updated•11 months ago
|
Comment 23•11 months ago
|
||
attached to wrong bug
Updated•9 months ago
|
Description
•