Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dummy method to forms (quiets LastPass) #19

Merged
merged 1 commit into from
Feb 13, 2016

Conversation

maxpoulin64
Copy link
Member

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 erming/shout#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 thelounge#648
@astorije astorije added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Feb 13, 2016
@astorije astorije self-assigned this Feb 13, 2016
@astorije
Copy link
Member

Thanks a lot for this!
👍

@AlMcKinlay
Copy link
Member

@astorije Does that mean you 👍 it?

I'll give this a 👍 as well, so merge if you want, but I won't until you officially give it one :-P

@xPaw
Copy link
Member

xPaw commented Feb 13, 2016

👍 This is fine.

@astorije
Copy link
Member

Oops, sorry @YaManicKill, I was tired ^^

astorije added a commit that referenced this pull request Feb 13, 2016
Add dummy method to forms (quiets LastPass)
@astorije astorije merged commit 38e8ddb into thelounge:master Feb 13, 2016
@maxpoulin64 maxpoulin64 deleted the lastpass branch March 6, 2016 06:33
@astorije astorije added this to the 1.0.1 milestone Apr 1, 2017
brunnre8 pushed a commit to brunnre8/thelounge that referenced this pull request Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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