shout icon indicating copy to clipboard operation
shout copied to clipboard

Add dummy method to forms (quiets LastPass)

Open maxpoulin64 opened this issue 10 years ago • 2 comments

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

maxpoulin64 avatar Feb 11 '16 06:02 maxpoulin64

Huh, that seems like a very brittle way of figuring things out from lastpass's view of things. But whatever. Yeah, seems like a good fix.

AlMcKinlay avatar Feb 11 '16 08:02 AlMcKinlay

FYI, this has been moved over to The Lounge: https://github.com/thelounge/lounge/pull/19 Should we close this one?

astorije avatar Feb 13 '16 07:02 astorije