-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Milestone
Description
When http:// url is set on the login view it's straight approved with no warning to the user. http connections are not secure, and it's relevant that users are warned about that issue.
This is the iOS warning:
This is the Desktop client warning:
TASKS
- Research (if needed)
- Create branch feature/add_warning_in_http_connection
- Development tasks
- Create a dialog alert
- Create a function to check server info
- Call that function when the user clicks "Continue" button in dialog alert
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/add_warning_in_http_connection into master
