From 75972b3f7cf01b69c68424170064a9b0159c8aa2 Mon Sep 17 00:00:00 2001 From: Maxime Poulin Date: Thu, 11 Feb 2016 00:40:44 -0500 Subject: [PATCH] Add dummy method to forms (quiets LastPass) It appears LastPass looks for the use of the GET method in forms on the page to determine if it is secure or not. Since Shout never actually submits any of the forms, no method is set, which means the default of GET is used. Changes form methods to POST to quiet the warning. Should fix #648 --- client/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/index.html b/client/index.html index 846e8136..66181f34 100644 --- a/client/index.html +++ b/client/index.html @@ -46,7 +46,7 @@
-
+

Sign in

@@ -84,7 +84,7 @@
- +

Connect

@@ -278,7 +278,7 @@
- +