HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Problem with embed vanilla - Url format incompatible with jsconnect
embed vanilla Plugin for wordpress does not work due to the following problem:
$Result = $Url.'?'.http_build_query($Query);
in class.jsconnect.plugin.php on line 97 there has to be a & instead of a ? in order for jsconnect to work with the Authentication Url given by the embed vanilla plugin...
Tagged:
1
Comments
If you do so however compatibility issues will of course arise in case you use jsconnect to connect to other systems...
grep is your friend.
eventually I solved it with preg_split, @x00 thanks for your advice