From a3e217e69b32fdb02c0cdb15e4cc0cd5c8f71ef7 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Tue, 7 May 2024 08:55:44 -0500 Subject: [PATCH] docs(#288): document FDM compatibility issue --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc99470..cbc25fc 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,11 @@ Chitchatter works on iOS Safari, but browser-level bugs often prevent peers from Per [#36](https://github.com/jeremyckahn/chitchatter/issues/36), check your `about:config` settings and ensure that `media.peerconnection.enabled` is **enabled**. -##### Security +#### Offered files can't be downloaded from peers + +Chitchatter uses [StreamSaver.js](https://github.com/jimmywarting/StreamSaver.js) to facilitate large file transfers. Download managers such as [FDM](https://www.freedownloadmanager.org/) are [known to interfere with StreamSaver.js](https://github.com/jimmywarting/StreamSaver.js/issues/325), so it is recommended to disable such download managers when trying to receive files. + +### Security Chitchatter undergoes [weekly security audits](https://github.com/jeremyckahn/chitchatter/blob/develop/.github/workflows/security.yml) to identify and address potential vulnerabilities. Reports from all audits can be found in [**Issues**](https://github.com/jeremyckahn/chitchatter/issues?q=%22Security+Report+-+%22).