Passwords in urls are saved in history
Categories
(Toolkit :: Places, defect, P3)
Tracking
()
People
(Reporter: cajones, Unassigned)
References
(Blocks 4 open bugs)
Details
(Keywords: sec-low, Whiteboard: [sg:low local][snt-scrubbed][places-security][places-privacy])
Attachments
(2 files, 6 obsolete files)
(deleted),
patch
|
jst
:
review+
smaug
:
superreview-
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
Updated•23 years ago
|
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Comment 4•23 years ago
|
||
Comment 5•23 years ago
|
||
Comment 6•23 years ago
|
||
Comment 7•23 years ago
|
||
Comment 10•23 years ago
|
||
Comment 11•23 years ago
|
||
Comment 12•23 years ago
|
||
Comment 13•23 years ago
|
||
Comment 14•22 years ago
|
||
Comment 15•22 years ago
|
||
Comment 16•22 years ago
|
||
Updated•22 years ago
|
Comment 17•22 years ago
|
||
Comment 18•22 years ago
|
||
Comment 19•22 years ago
|
||
Updated•22 years ago
|
Comment 20•21 years ago
|
||
Comment 21•21 years ago
|
||
Comment 22•20 years ago
|
||
Comment 23•20 years ago
|
||
Comment 24•19 years ago
|
||
Updated•17 years ago
|
Updated•17 years ago
|
Comment 26•16 years ago
|
||
Comment 29•15 years ago
|
||
Comment 30•15 years ago
|
||
Comment 31•15 years ago
|
||
Comment 32•15 years ago
|
||
Updated•15 years ago
|
Comment 34•15 years ago
|
||
Comment 35•15 years ago
|
||
Comment 36•13 years ago
|
||
Comment 37•13 years ago
|
||
Comment 38•13 years ago
|
||
Comment 39•13 years ago
|
||
Comment 40•13 years ago
|
||
Comment 41•13 years ago
|
||
Comment 42•13 years ago
|
||
Comment 43•13 years ago
|
||
Comment 44•13 years ago
|
||
Comment 45•13 years ago
|
||
Comment 46•13 years ago
|
||
Comment 47•13 years ago
|
||
Comment 48•13 years ago
|
||
Updated•13 years ago
|
Comment 49•13 years ago
|
||
Comment 50•12 years ago
|
||
Updated•9 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 52•5 years ago
|
||
Wow. 18 years. In Chrome the links like this don't even work:
https://login:pass@example.com/secured-path/
So I'm quite sure any concerns that removing auth data from history are simply invalid by now.
Do note that navigating to the url via JS does work in Chrome. Something like this does work and creates a Basic Auth session in Chrome.
location.href = 'https://login:pass@example.com/secured-path/';
After this, in Chrome history, you will see https://example.com/secured-path/
. I believe this is valid, expected and desired behaviour.
Comment 53•5 years ago
|
||
+1 on removing username/password from browser history, and on supporting the URLs in JS.
I do find entering username/password URLs on the location bar mildly useful (I've just used it yesterday, coincidentally), but Firefox shows a clear warning dialog in this case, so that's not a problem. I do not need and do not want the username/password in the browser history, even in such cases, and in fact consider it more a danger than a help.
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 55•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Description
•