MyBB Community Forums

Full Version: [Warning] hCaptcha API URL changed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Version of MyBB:
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";