V2board 修改Google Recaptcha为Cloudflare Turnstile
本文目录
注意
注意:此方法仅适用于xiao佬版本v2board. 其他版本文件有所区别不通用。但是可以参考学习! https://github.com/wyx2685/v2board [/title-plane] 文件1: vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php 第52行 public const SITE_VERIFY_URL = ‘https://recaptcha.net/recaptcha/api/siteverify’; 更改 public const SITE_VERIFY_URL = ‘https://challenges.cloudflare.com/turnstile/v0/siteverify’;
文件2: public/theme/default/assets/umi.js 第18161行 return “https://www.google.com/recaptcha/api.js?onload=".concat(x, “&render=explicit”) 更改 return “https://challenges.cloudflare.com/turnstile/v0/api.js?onload=".concat(x, “&render=explicit”)
- 文章标题
- V2board 修改Google Recaptcha为Cloudflare Turnstile
- 本文链接
- https://gowall-hugo.pages.dev/posts/20240603/v2board-cloudflare-turnstile/
- 版权说明
- 版权所有,保留所有权利。