File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Configuration/Typo3ConfVars Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ :navigation-title: Webhooks and reactions
2+
13.. include :: /Includes.rst.txt
24.. index ::
35 Webhooks
46 Reactions
57.. _webhooks :
68
7- ======================
8- Webhooks and reactions
9- ======================
9+ =======================================================
10+ Webhooks and reactions: Integration of external systems
11+ =======================================================
12+
13+ .. versionchanged :: 14.0
14+ The backend module for the reactions was moved to
15+ :guilabel: `System > Integrations > Reactions ` and the module for the webhooks
16+ to :guilabel: `System > Integrations > Webhooks `
1017
1118A webhook is an automated message sent from one application to another via HTTP.
1219It is defined as an authorized POST or GET request to a defined URL. For
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ for more background information on many of those settings.
9090 :Default: null
9191
9292 For now, the only supported array key is `webhooks ` to configure an array
93- of allowed hostnames that webhooks of `EXT:webhooks`are allowed to connect to
93+ of valid hostnames that webhooks of `EXT:webhooks ` are allowed to connect to
9494 (see :issue: `106229 ` as a protection against DNS rebinding).
9595
9696 Wildcards in the array values are allowed, like `*.example.com `.
You can’t perform that action at this time.
0 commit comments