html - autocomplete off still keep history? -
did puting autocomplete off on input text browser not remember text or not using it?
i have textbox personal things , want sure cannot retrieve on public computer.
according mdn page regarding html autocompletion, browsers not save data if autocomplete turned off form or field:
setting autocomplete="off" here has 2 effects:
- it stops browser saving field data later autocompletion on similar forms though heuristics vary browser.
- it stops browser caching form data in session history. when form data cached in session history, information user has filled in visible after user has submitted form , clicked on button go original form page.
Comments
Post a Comment