Skip to content

Commit

Permalink
Merge pull request #214 from fmarier/patch-1
Browse files Browse the repository at this point in the history
Fix for CSRF errors on libravatar.org
  • Loading branch information
jeremycline committed Jul 31, 2017
2 parents cbdcc40 + 811f1bd commit d12b5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmn/web/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="row">

<div class="col-md-4">
<form method="POST" action="https://www.libravatar.org/openid/login/">
<form method="GET" action="https://www.libravatar.org/openid/login/">
<input type="hidden" name="openid_identifier" value="{{openid_url}}"/>
<input type="image" class="img-circle centered" src="{{avatar}}" style="outline: none;"
alt="{{openid}}'s avatar"/>
Expand Down

0 comments on commit d12b5f2

Please sign in to comment.