You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The global `miniAppsCrossOriginAccess` setting applied the same
security posture to every mini-app, making it impossible to
isolate automation-heavy apps from ones that don't need it.
- Move the flag from a global setting to `MiniAppDefinition` so
each app opts in independently
- Default to `false` (secure) instead of the previous global `true`
- Persist and parse `allowCrossOrigin` in both workspace and
JSON serialisation paths
- Expose a checkbox in `EditMiniAppsDialog` so users can toggle
it per app with a clear security trade-off label
0 commit comments