Mercurial > libervia-backend
comparison doc/components.rst @ 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 | d6837db456fd |
children | 6276242736c3 |
comparison
equal
deleted
inserted
replaced
4259:49019947cc76 | 4260:57ff857bf96e |
---|---|
239 | 239 |
240 ``auto_mentions`` | 240 ``auto_mentions`` |
241 A boolean value indicating if received XMPP pubsub blog items bodies must be scanned to | 241 A boolean value indicating if received XMPP pubsub blog items bodies must be scanned to |
242 find ``@user@server.tld`` type mentions. If mentions are found, they'll be added to the | 242 find ``@user@server.tld`` type mentions. If mentions are found, they'll be added to the |
243 resulting AP items. | 243 resulting AP items. |
244 | |
245 **default**: ``true`` | |
246 | |
247 ``http_sign_get`` | |
248 A boolean value indicating if HTTP ``GET`` request made to AP implementations must be | |
249 signed. Some AP implementations require those requests to be signed, notably Mastodon | |
250 when "secure mode" is activated. | |
244 | 251 |
245 **default**: ``true`` | 252 **default**: ``true`` |
246 | 253 |
247 ``html_redirect_dict`` | 254 ``html_redirect_dict`` |
248 A dictionary used to redirect HTTP requests when it's not an ActivityPub request (i.e. | 255 A dictionary used to redirect HTTP requests when it's not an ActivityPub request (i.e. |