···4848vendor-specific requirements. Only one verification method can be specified per
4949lure.
50505151+> **Note:** A lure without a `verify` block will accept requests from any
5252+> sender. Unverified lures should only be used on trusted internal networks;
5353+> any publicly-exposed lure endpoint should specify a verification method. Set
5454+> `allowUnverified: false` at handler creation time to reject unverified lures
5555+> at startup.
5656+5157### Template scope
52585359Templates are evaluated using [Liquid](https://liquidjs.com). The following
···8187 `config` frontmatter value.
8288- `maxAttempts`: How many times to attempt the `callback` before giving up.
8389 Defaults to `1` (no retries). If all attempts fail, the webhook is dropped.
9090+- `allowUnverified`: If `false`, lures without a `verify` block will be
9191+ rejected at startup. Defaults to `true`.
8492- `watch`: If `true`, Lure watches `luresDir` for changes and reloads lures as
8593 they are added, modified, or removed. Defaults to `false`.
8694