From 4e3b253d7e210cc791c629b24ceff2f4c7416d9b 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 cbb823ce..49eef5f2 100644 --- a/client/index.html +++ b/client/index.html @@ -46,7 +46,7 @@
-
+

Sign in

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

Sign in

- +

Connect

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

About Shout

- +