Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-04-21 10:29:22 +0300
committerJulius Härtl <jus@bitgrid.net>2022-04-21 10:31:07 +0300
commit88435dea0ae2eb48abe8e76864be66b0c9c282ee (patch)
tree69a43b26c1abdd000129d2b0fc2e2fe04146fb16 /docs
parent1f8392205d9646a9a0a93249543f4f881adf7f72 (diff)
Add app config to enable trusted domain list usageenh/trusted-host-toggle
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/federated-editing.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/federated-editing.md b/docs/federated-editing.md
index f7b2103f..41bed128 100644
--- a/docs/federated-editing.md
+++ b/docs/federated-editing.md
@@ -37,3 +37,9 @@ Collabora by default only allows embedding from the same remote that the initial
Assuming gs1.example.com and gs2.example.com are Nextcloud servers:
coolconfig set net.frame_ancestors "*.example.com"
+
+## Trusted hosts
+
+By default, trusted hosts of Nextcloud will not be allowed for federated editing. This can be enabled through the following app config value:
+
+ occ config:app:set richdocuments federation_use_trusted_domains --value="yes"