v1.6.38
AIPentest/CyberStrikeAIv1.6.38Jun 16, 2026by Ed1s0nZ
AI Summary
Improves offline and intranet deployment reliability by vendoring seven frontend libraries locally instead of relying on external jsdelivr CDNs.
Key Highlights
- Vendored 7 frontend libraries under web/static/vendor/
- Removed dependency on external CDNs for JS loading
- Enabled stable deployment in intranet/offline environments
New Features
- Offline and intranet deployment support
Full Release Notes
将原先依赖 jsdelivr CDN 的 7 个前端库全部下载到 web/static/vendor/ 并改成本地引用,内网/离线部署不再因外网不可达导致 JS 加载不全。 --- All seven frontend libraries that previously loaded from the jsdelivr CDN were vendored under web/static/vendor/ and wired to local paths, so intranet/offline deployments no longer break when external CDNs are unreachable.