From b4487e38ff22cac6057acb43d7297a20bc3e08c7 Mon Sep 17 00:00:00 2001 From: Krille Fear Date: Thu, 21 Jan 2021 09:56:21 +0000 Subject: [PATCH] Update HOWTOFORK.md --- HOWTOFORK.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/HOWTOFORK.md b/HOWTOFORK.md index 7171f741..86b45c39 100644 --- a/HOWTOFORK.md +++ b/HOWTOFORK.md @@ -10,12 +10,15 @@ recommend you to contact a lawyer **before** you publish your fork! ## 2. Disable end-to-end encryption! Due to US export regulations you are not allowed to publish your app in a store or anywhere on a US server before you have removed everything regarding -the encryption. This means you have to remove: +the encryption or fulfill the regulations. This means you have to remove: * Olm/Megolm end-to-end encryption * The sqlcipher database encryption * File encryption +Learn more: +https://www.bis.doc.gov/index.php/policy-guidance/encryption + If you need help from us with using E2EE in your fork read more below under the topic "**Official Support and Pricing**".