|
|
|
|
|
by vladikoff
3837 days ago
|
|
> I really don't know why Mozilla implemented it this way and login UI is not a part of the browser itself. How does making the login part of UI help, would you blindly trust part of native UI instead? the password is secured with JS locally on the client and you can clearly and easily inspect all the requests that firefox makes via dev tools. |
|
With the current implementation, with the page served from the network, there's no reasonable way to check that I'm not suddenly served with something malicious. I mean, I could be served a different page next time.
Well, of course, to be precise, after auditing the in-browser login dialog code I would also have to check the XUL and JS engines that it's using, the compiler that was used to produce Firefox, the system libraries, kernel, firmware and CPU microcode and so on. But that's another story.