Allow Password Remembering

Removes autocomplete="off" attributes

Versione datata 09/06/2014. Vedi la nuova versione l'ultima versione.

Autore
not
Valutazione
0 0 0
Versione
1.0
Creato il
09/06/2014
Aggiornato il
09/06/2014
Dimensione
2,32 KB
Licenza
Non disponibile
Applica a
Tutti i siti

// WHAT IT DOES:
// Sites can direct the browser not to save some password fields (for
// increased security). They do it by tagging the password field with
// autocomplete="off", in the HTML. "Allow Password Remembering" removes
// these tags, so that the user can decide which password the browser
// should save.

// Copyright (c) 2005, Julien Couvreur