I am testing a Virtual Terminal application currently under development. I have noticed that the browser states that Automatic credit card filling is disabled because this form does not use a secure connection. That's true; I am currently not under a secure connection because I'm running the application locally. However, the final version will be published on a secure connection, so the browser will allow that feature.
How can we turn that feature off from the application itself? As a virtual terminal, the credit card numbers that will be stored in the browser will belong to the customers, not to the user of the application.