Enforce use of HTTPS/WSS for online functionality #6

Open
opened 2024-02-01 17:56:25 +00:00 by silentsilas · 0 comments
Owner
  • Check if the endpoint can connect over HTTP/WS
    • If so
      • Disable all online functionality
      • Disable toggle for online functionality
      • Display a warning below the online toggle
      • "Online functionality requires the server to upgrade all HTTP requests to HTTPS to prevent MitM attacks.\nHSTS is optional but highly recommended to ensure HTTP requests are never attempted."
    • If not, a secure WebSocket connection can (almost) be guaranteed, so enable the toggle
* Check if the endpoint can connect over HTTP/WS * If so * Disable all online functionality * Disable toggle for online functionality * Display a warning below the online toggle * "Online functionality requires the server to upgrade all HTTP requests to HTTPS to prevent MitM attacks.\nHSTS is optional but highly recommended to ensure HTTP requests are never attempted." * If not, a secure WebSocket connection can (almost) be guaranteed, so enable the toggle
silentsilas added the
enhancement
label 2024-02-01 17:56:25 +00:00
silentsilas added this to the MVP project 2024-02-01 17:56:25 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: silentsilas/sure#6
No description provided.