vNboard系列从reCAPTCHA迁移至Turnstile
准备工作
在Cloudflare开启Turnstile并获得密钥
在后台修改Cloudflare的密钥为Turnstile的密钥
修改PHP代码
打开 /vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php
将 SITE_VERIFY_URL 修改为 https://challenges.cloudflare.com/turnstile/v0/siteverify
修改主题文件
打开对应主题的 umi.js
文件
找到 https://www.recaptcha.net/recaptcha/api.js?onload=
修改为 https://challenges.cloudflare.com/turnstile/v0/api.js?compat=recaptcha&onload=
至此,配置完毕
License:
私有