Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do not serve
cozy-settings
through HttpServer on iOS
Current HttpServer implementation needs the iOS' WebView to serve `index.html` with an `http` scheme in order to allow 3rd party cookies that are needed to communicate with both the local server and the cozy-stack Due to this mechanism we had to implement support for `isSecureProtocol` param on cozy-client so connection to cozy-stack would be done using `https` even if the WebView's url is using `http` Unfortunately `cozy-settings` still does some queries to cozy-client without using cozy-client and so the `https` override is not handled To fix this, we temporarily disable HttpServer for `cozy-settings` on iOS until we fix this behaviour
- Loading branch information