Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #24364, comment 5


Ignore:
Timestamp:
05/19/2013 10:40:38 PM (13 years ago)
Author:
azaozz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24364, comment 5

    v2 v3  
    1111This looks like yet another recent bug in Chrome. The worst part is that Chrome stores data entered in autocomplete="off" fields. If that is on a public computer, it breaks security.
    1212
    13 @SergeyBiryukov perhaps we can add `autocomplete="on"` for these fields. This should work according to the specs, although probably better not to let the browser store any of the data.
     13@SergeyBiryukov perhaps we can add `autocomplete="on"` for these fields. This should work according to the specs, although probably better not to let the browser store any of the data. These forms are used very rarely by users and a bit more often by admins. Cases where the data is the same are extremely rare, apart from setting test installs.