2022-02-13, 10:48 AM
Version of MyBB:
1.8.29
Type of problem:
Warning shows up in the logs of the Dev Tools' Console panel:
Affected File:
inc/class_captcha.php
Possible solution:
Replace in line 159
with:
1.8.29
Type of problem:
Warning shows up in the logs of the Dev Tools' Console panel:
Quote:"[hCaptcha] JS API is being loaded from www.hcaptcha.com. Please use https://js.hcaptcha.com/1/api.js"
Affected File:
inc/class_captcha.php
Possible solution:
Replace in line 159
$this->server = "//www.hcaptcha.com/1/api.js";
with:
$this->server = "//js.hcaptcha.com/1/api.js";