From: Stephen Smith Date: Mon, 16 Aug 2021 18:52:54 +0000 (-0400) Subject: 15159: Export TrustAllContent for use in wb2 X-Git-Tag: 2.3.0~98^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/f41684bd6aef3b1a9683edc64d5d95669a392853 15159: Export TrustAllContent for use in wb2 Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/lib/config/export.go b/lib/config/export.go index 065011cc2e..92e2d7b4d5 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -105,7 +105,7 @@ var whitelist = map[string]bool{ "Collections.PreserveVersionIfIdle": true, "Collections.S3FolderObjects": true, "Collections.TrashSweepInterval": false, - "Collections.TrustAllContent": false, + "Collections.TrustAllContent": true, "Collections.WebDAVCache": false, "Collections.KeepproxyPermission": false, "Collections.WebDAVPermission": false,