mirror of
https://github.com/langgenius/dify.git
synced 2026-07-21 12:05:30 -04:00
058fa95517
The sandbox isolation caveat was suppressed by inspecting license.status, which answers a different question: a lapsed enterprise licence would start showing a community edition warning that still does not apply, because sandbox isolation is a property of how the deployment was built, not of billing state. ENTERPRISE_ENABLED already drives branding, webapp auth and the plugin manager in get_system_features, but was never surfaced, leaving the frontend to infer the edition from side effects. Expose it alongside rbac_enabled and read it directly, which drops the license status set entirely.