-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Notify user about mixed content exception #602
Comments
Hello @nemesisdesign sir, |
@ujjwalkirti go ahead, just send a patch. |
Okay, sir. |
@ujjwalkirti you need to serve the application from HTTPs and have it post the captive portal login to HTTP to replicate this. |
@ujjwalkirti You have to start the dev server on After that use captive portal URLs in the config as |
If the application is served on HTTPs, but the captive portal login / logout endpoints are served via HTTP, the browser throws a security exception which is not shown to the user and the loading overlay is displayed indefinitely.
It would be a lot better to show the message of the exception in a browser alert and clear the loading overlay.
The text was updated successfully, but these errors were encountered: