+50
−0
Loading
* js-apps/frontend: Create the SslTrustErrorDialog component and integrate it within app-constants and app-container to provide users with direct feedback and instructions when attempting to load the sandbox under an untrusted or bypassed self-signed SSL certificate context. * app-container: Add an HTTPS protocol and IP address validation pattern in componentDidMount to automatically detect non-secure/untrusted raw IP connections and prompt the SSL trust warning dialog. * sign-in-wait-dialog: Introduce a 'Cancel' close label button inside the initialization loading dialog, allowing users to abort the sign-in procedure.