Mercurial > libervia-backend
changeset 4260:57ff857bf96e
doc (components/AP Gateway): document new `http_sign_get` configuration option.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Jun 2024 22:34:43 +0200 |
parents | 49019947cc76 |
children | 5f83bba6cd27 |
files | doc/components.rst |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/components.rst Wed Jun 05 22:34:09 2024 +0200 +++ b/doc/components.rst Wed Jun 05 22:34:43 2024 +0200 @@ -244,6 +244,13 @@ **default**: ``true`` +``http_sign_get`` + A boolean value indicating if HTTP ``GET`` request made to AP implementations must be + signed. Some AP implementations require those requests to be signed, notably Mastodon + when "secure mode" is activated. + + **default**: ``true`` + ``html_redirect_dict`` A dictionary used to redirect HTTP requests when it's not an ActivityPub request (i.e. when the ``Accept`` header is not set to ``application/json``). Several ActivityPub