HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Fixed Facebook login issue *Download*
The original plugin didn't let the Facebook Plugin register. So I fixed it with my hyper super PHP skills.
Joking, it's very simple and could be made better XD
I modified the if on line 43 and put something on line 42.
$url = $_SERVER['QUERY_STRING'];
if ($test != $a1 && $test != $a2 && strpos($url, "facebook") === false)
Tagged:
0
Comments
This fixes the google/openid issue the same way
Attached