Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Add dummy method to forms (quiets LastPass) #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add dummy method to forms (quiets LastPass) #649

wants to merge 1 commit into from

Conversation

maxpoulin64
Copy link

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

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
@AlMcKinlay
Copy link
Contributor

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.

@astorije
Copy link
Collaborator

FYI, this has been moved over to The Lounge: thelounge/thelounge#19
Should we close this one?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LastPass "LastPass detected a login form that is insecure"
3 participants