Allow Password Remembering

Removes autocomplete="off" attributes

Autor
not
Dnevne instalacije
0
Ukupnih instalacija
1.060
Ocjene
13 0 0
Verzija
1.0
Stvoreno
09.06.2014.
Ažurirano
09.06.2014.
Size
2,32 KB
Licenza
N/A
Primjenjuje se
Sve stranice

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