From 994b62bd30422b75b05d9982859bfbf4a8e92e30 Mon Sep 17 00:00:00 2001 From: Chris Proto Date: Tue, 9 Apr 2019 11:43:23 -0400 Subject: [PATCH] Follow OWASP best practices on CC presentation on checkout form See OWASP recommendations here: * Use `input type=password` * Set `autocomplete="off"` --- src/frontend/templates/cart.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/frontend/templates/cart.html b/src/frontend/templates/cart.html index 938d45d..ae51b82 100644 --- a/src/frontend/templates/cart.html +++ b/src/frontend/templates/cart.html @@ -95,7 +95,8 @@
-
-