Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Disable DataProxy's iframe when running inside of Flagship app
When running inside of Flagship app, we don't want to load the DataProxy's iframe Instead we want to use the Flagship app's API For now this API does not exist, so we just disable the DataProxy feature We could have enabled the iframe until the native API is implemented, but for now this would introduce an infinite nested iframes bug as the Flagship app's WebViews intercept all requests to `/` or `/index.html` and inject the cozy-home code
- Loading branch information