Skip to content

Commit

Permalink
doc: reword changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Jul 31, 2024
1 parent 9753bdd commit 428e25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .changeset/new-balloons-speak.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'@rocket.chat/meteor': patch
---

Fixed web client crashing on Firefox private window. Firefox disables access to service workers inside private windows. Rocket.Chat needs service workers to process E2EE encrypted files on rooms. These types of files won't be available inside private windows, but the rest of E2EE encrypted features should work normally
Fixed a crash on web client due to service works not being available, this can happen in multiple scenarios like on Firefox's private window or if the connection is not secure (non-HTTPS), [see more details](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts).

Rocket.Chat needs service workers to process E2EE encrypted files on rooms. These types of files won't be available inside private windows, but the rest of E2EE encrypted features should work normally

0 comments on commit 428e25c

Please sign in to comment.