Allow Password Remembering

Removes autocomplete="off" attributes

लेखक
not
दैनिक इंस्टॉल
0
एकूण इंस्टॉल
1,060
रेटिंग
13 0 0
आवृत्ती
1.0
बनवली
2014-06-09
अपडेट केली
2014-06-09
आकार
2.32 KB
License
नाही
यांवर लागू होते:
सर्व संकेतस्थळे

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