diff options
| author | 2024-01-31 15:15:28 +0100 | |
|---|---|---|
| committer | 2024-01-31 14:15:28 +0000 | |
| commit | b614d33c408b4910ace29567b7c27b45a528a2b4 (patch) | |
| tree | d7418dad819ae5b1a5f8a94917ae0c2ee1f9d0f5 /internal/transport/signing.go | |
| parent | Improve context descendant sorting (#2579) (diff) | |
| download | gotosocial-b614d33c408b4910ace29567b7c27b45a528a2b4.tar.xz | |
[feature] Try HTTP signature validation with and without query params for incoming requests (#2591)
* [feature] Verify signatures both with + without query params
* Bump to tagged version
Diffstat (limited to 'internal/transport/signing.go')
| -rw-r--r-- | internal/transport/signing.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/transport/signing.go b/internal/transport/signing.go index a9eafeb54..dcd8e206f 100644 --- a/internal/transport/signing.go +++ b/internal/transport/signing.go @@ -18,7 +18,7 @@ package transport import ( - "github.com/go-fed/httpsig" + "github.com/superseriousbusiness/httpsig" ) var ( |
