- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2015
07:04 AM
06-17-2015
07:04 AM
Turn off autocomplete on forms without changing core code
hi
is it possible to turn off the autocomplete feature in forms without changing the core code?
usually you add "autocomplete=off" but ive been told this will amend the core code
I refer to the form located here:
/customer/account/createpost/
our pci dss web application scan is reporting the forms as a vulnerability . It suggests checking here
https://www.owasp.org/index.php/Top_10_2013-A5-Security_Misconfiguration for more info
thanks for looking
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2015
04:12 AM
06-23-2015
04:12 AM
Re: Turn off autocomplete on forms without changing core code
If you don't want to make any change in code file then you can achieve your requirements using script. You can put the script in either header or footer.
Was my answer helpful? You can accept it as a solution.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2015
04:35 AM
06-23-2015
04:35 AM
Re: Turn off autocomplete on forms without changing core code
thx for the tip