# HG changeset patch # User Goffi # Date 1717619683 -7200 # Node ID 57ff857bf96ef63a87e59a6ab2ad998351289228 # Parent 49019947cc767f9150b4bbad38a4178e76b175f8 doc (components/AP Gateway): document new `http_sign_get` configuration option. diff -r 49019947cc76 -r 57ff857bf96e doc/components.rst --- 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