HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

hCaptcha Support for Vanilla 2021 Version

plugin homepage https://open.vanillaforums.com/addon/hcaptcha-plugin

there is a jQuery error, fix like this:

//plugins/hcaptcha/class.hcaptcha.plugin.php

//replace this line

<script>$(function(){ hCaptchaHelper(); });</script>

//to

<script>(function($) { hCaptchaHelper(); }(window.jQuery));</script>

it worked

Tagged:

Comments

Sign In or Register to comment.