From 09cfd2a10a471faa7a23dd9100fbdf9d6fcb39cd Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 3 Jun 2021 10:15:35 +0000 Subject: [PATCH] Update FAQ.md --- doc/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index e8be2a15..97b0ce29 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -6,7 +6,7 @@ Internet Explorer 11, Chrome [1], Firefox [1] (not in a private window), Safari 1: Because of https://github.com/vector-im/hydrogen-web/issues/230, only [more recent versions](https://caniuse.com/mdn-javascript_operators_optional_chaining) are supported. -TorBrowser ships a crippled IndexedDB implementation and will not work. At some point we should support a memory store as a fallback, but that will still give a sub-par experience with e2ee. +TorBrowser ships a crippled IndexedDB implementation and will not work. At some point we should support a memory store as a fallback, but that will still give a sub-par experience with end-to-end encryption. It used work in pre-webkit Edge, to have it work on Windows Phone, but that support has probably bit-rotted as it isn't tested anymore.