X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a8d940762f1b9be1a3a273e13b070d1f75ef8f1..1293a55ede38d16119b04a6584ca9da143ea3725:/services/keep-web/doc.go diff --git a/services/keep-web/doc.go b/services/keep-web/doc.go index 4207d7bfc7..9ca732f01a 100644 --- a/services/keep-web/doc.go +++ b/services/keep-web/doc.go @@ -217,7 +217,7 @@ // // In "trust all content" mode, Keep-web will accept credentials (API // tokens) and serve any collection X at -// "https://collections.example.com/collections/X/path/file.ext". +// "https://collections.example.com/c=X/path/file.ext". // This is UNSAFE except in the special case where everyone who is // able write ANY data to Keep, and every JavaScript and HTML file // written to Keep, is also trusted to read ALL of the data in Keep. @@ -232,4 +232,9 @@ // // keep-web -listen :9999 -attachment-only-host domain.example:9999 -trust-all-content // +// Depending on your site configuration, you might also want to enable +// "trust all content" setting on Workbench. Normally, Workbench +// avoids redirecting requests to keep-web if they depend on +// -trust-all-content being set. +// package main