shout
shout copied to clipboard
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
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.
FYI, this has been moved over to The Lounge: https://github.com/thelounge/lounge/pull/19 Should we close this one?