Allow Password Remembering

Removes autocomplete="off" attributes

Auteur
not
Nombre d'installations quotidiennes
0
Nombre d'installations
1 061
Évaluations
13 0 0
Version
1.0
Créer
2014-06-09
Mis à jour
2014-06-09
Taille
2,32 ko
Licence
S/O
S'applique à
Tous les sites

// 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