eclipsesource / eclipsesource/tabris-js
UseStrictSSL is disabled when running bundled app in debug mode
Open
bug
ios
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
Running a bundled app when in debug mode (with launcher included) ignores the default value of `true` for the `UseStrictSSL` flag. The bundled app should not accept self signed SSL certificates. Only when setting the `UseStrictSSL` flag to `false` should we accept the cert.
We should _at least_ verify that this is not the case when building a production app.
See https://tabrisjs.com/documentation/latest/build#preferences
Contributor guide
Assessment
This issue has not been assessed yet.