Allow Password Remembering

Removes autocomplete="off" attributes

Forfatter
not
Daglige installasjoner
0
Totale installasjoner
1 053
Vurderinger
13 0 0
Versjon
1.0
Lagd
09.06.2014
Oppdatert
09.06.2014
Lisens
I/T
Gjelder
Alle sider

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