您正在使用一款已经过时的浏览器!部分功能不能正常使用。
请尝试升级或使用 其他浏览器。
请尝试升级或使用 其他浏览器。
- 防止自动完成身份验证令牌(发现可以使用管理员保存的网站密码覆盖该令牌的情况)
- XenForo 2.3 兼容性:
- 修复了由于2.3 beta 6 中的 XF 核心更改而导致管理国家/地区阻止时的模板问题
- 修复 2.3 版中无法使用的各种图标
- 强制 2.3 允许非 Duotone 管理导航图标
- 增加了对 CLI 工具的支持,用于将现有数据迁移到/从 internal_data/xfmg 迁移
- 在 XenForo 2.3 中添加了对本地数据挂载点的支持
- 添加了 Auto-Minify 设置的弃用通知
- 将“API 令牌和密钥”的措辞更改为“API 令牌”(不再允许全局密钥,仅允许 API 令牌)
- 将图表库 (Chart.js) 更新到了 4.4.1
- 为在 XenForo 升级期间禁用的插件创建了解决方法(我们需要设置 externalDataUrl,以便在编译 .less 模板时,%ASSET:stylefolder% 替换 var 对 R2 用户按预期工作)。实际上,即使在升级过程中禁用了所有插件,我们也在触发 app_setup 代码事件侦听器。
- Presigned URLs forcibly set Content-Type and Content-Disposition HTTP response headers (fixes situation where something like rclone set incorrect content type for the object in the R2 bucket)
- Cloudflare statistics charts on admin dashboard dynamically resize properly when resizing window
- Added ability for individual API calls to ignore multiple error codes instead of just one
- Changed FsMounts::getFsAdapters method name to FsMounts::getDpFsAdapters to avoid naming collision with XFCloud addon (will need to update FileSystem addon as well if you are using it)
Handling of unexpected API schema changes
Better handling of unexpected Cloudflare API changes.
Fix for API change
Cloudflare changed API results for bot management, but only for paid plans. This addresses that.