I just don't store credit card details in my browser. Auto-complete for emails is extremely handy and I use that all the time, but does purchasing things online really need to be any easier? I don't mind reaching for my wallet there; it forces you to make a conscious decision to spend the money, which is at least slightly better than a 1-click impulse.
Don't use autofill in your browser
51–60 of 74 posts
Re: Don't use autofill in your browser
#52This is weird, I'm on chrome but it doesn't happen for me...
Re: Don't use autofill in your browser
#53Firefox and the Mozilla Suite have had a very similar problem since at least 2005: it autofilled usernames and passwords, which creates a problem with XSS or user-generated content on the same domain. The bug was marked WONTFIX: https://bugzilla.mozilla.org/show_bug.cgi?id=280469
Re: Don't use autofill in your browser
#54Earlier quoted context omitted.
The fields in this demo are being echoed back from the server, so if you see values in them then it is indeed proof they are being leaked.
The fields appear immediately, the demo actually does this: $("#mine").submit( function() { $("#hide").css("height","auto");
Re: Don't use autofill in your browser
#55Firefox and the Mozilla Suite have had a very similar problem since at least 2005: it autofilled usernames and passwords, which creates a problem with XSS or user-generated content on the same domain. The bug was marked WONTFIX: https://bugzilla.mozilla.org/show_bug.cgi?id=280469
Strange, but for me Firefox does not auto-fill passwords, unless you provide a username (and of course, you opted into auto-filling). What did it do, as I don't understand? Did it automatically auto-fill password fields that happened to get loaded on the page?
Re: Don't use autofill in your browser
#56Safari tells you what is actually going to autocomplete, so you could easily catch stuff that should not be sent...
If some autofill feature starts training users to click "Ok, Ok, Ok, Ok, whatever, just Ok!" any time they sign up for some account or site feature, how long until masses are unwittingly sending along way more data than any sober assessment suggests they ought to and we're shrugging our shoulders and saying "well, the site asked..."
Re: Don't use autofill in your browser
#57Doesn't seem to be an issue in Firefox, as far as I can tell. Certainly didn't fill any other fields for me.
Re: Don't use autofill in your browser
#58Doesn't seem to be an issue in Firefox, as far as I can tell. Certainly didn't fill any other fields for me.
Even if it showed you the fields, it wouldn't be conclusive proof of a privacy leak. Firefox shows links visited without exposing that property outside of render context: https://blog.mozilla.org/security/2010/03/31/plugging-the-cs...
Re: Don't use autofill in your browser
#59I just don't store credit card details in my browser. Auto-complete for emails is extremely handy and I use that all the time, but does purchasing things online really need to be any easier? I don't mind reaching for my wallet there; it forces you to make a conscious decision to spend the money, which is at least slightly better than a 1-click impulse.
Re: Don't use autofill in your browser
#60Seems to work correctly (only name is submitted as one would expect) on Firefox 24.0 and Chromium 30.0. Edit: This is on Gentoo Linux.