Merge remote-tracking branch 'origin/master'

This commit is contained in:
Carson Gross 2025-01-05 09:44:00 -07:00
commit 667e07f432

View File

@ -11,6 +11,8 @@ If you wish for `hx-headers` to *evaluate* the values given, you can prefix the
```html
<div hx-get="/example" hx-headers='{"myHeader": "My Value"}'>Get Some HTML, Including A Custom Header in the Request</div>
<div hx-get="/example" hx-headers='js:{myVal: calculateValue()}'>Get Some HTML, Including a Dynamic Custom Header from Javascript in the Request</div>
```
## Security Considerations