Allow Password Remembering

Removes autocomplete="off" attributes

Autor
not
Installationen heute
0
Installationen gesamt
1.053
Bewertungen
13 0 0
Version
1.0
Erstellt am
09.06.2014
Letzte Aktualisierung
09.06.2014
Lizenz
n/a
Wird angewandt auf
Alle Seiten

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