From 1a23a5a6e9c93451f06c4bf553a699c851b32e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Gen=C3=A9?= <55562247+felipegenef@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:25:53 -0300 Subject: [PATCH] feat: add amz-content-sha256 extension to docs (#3036) --- www/content/extensions/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/www/content/extensions/_index.md b/www/content/extensions/_index.md index 6da37dd53..c7b690233 100644 --- a/www/content/extensions/_index.md +++ b/www/content/extensions/_index.md @@ -50,3 +50,4 @@ htmx extensions are split into two categories: | [restored](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/restored/README.md) | Triggers an event whenever a back button even is detected while using `hx-boost` | | [safe-nonce](https://github.com/MichaelWest22/htmx-extensions/blob/main/src/safe-nonce/README.md) | The `safe-nonce` extension can be used to improve the security of the application/web-site and help avoid XSS issues by allowing you to return known trusted inline scripts safely | | [signalr](https://github.com/Renerick/htmx-signalr/blob/master/README.md) | Provides bidirectional real-time communication via [SignalR](https://github.com/dotnet/AspNetCore/tree/main/src/SignalR). | +| [amz-content-sha256](https://github.com/felipegenef/amz-content-sha256/blob/main/README.md) | HTMX extension for interacting with AWS services that require the content hash as part of the request for data integrity verification. | \ No newline at end of file