Allow Password Remembering

Removes autocomplete="off" attributes

Maker
not
Dagelijks aantal installaties
0
Totaal aantal installaties
1.053
Beoordelingen
13 0 0
Versie
1.0
Gemaakt op
09-06-2014
Bijgewerkt op
09-06-2014
Licentie
N.v.t.
Wordt toegepast op
Alle websites

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