diff options
| author | 2025-04-27 13:36:27 +0200 | |
|---|---|---|
| committer | 2025-05-05 12:01:45 +0200 | |
| commit | 60aca6daa26fefeea881611f6254aa752884a880 (patch) | |
| tree | 5059ddec6eeddca069c1739bddc20179b505162a /internal/middleware | |
| parent | [chore] add woodpecker ci/cd pipelines (#4061) (diff) | |
| download | gotosocial-60aca6daa26fefeea881611f6254aa752884a880.tar.xz | |
[chore] Rewrite all remaining Github links
Diffstat (limited to 'internal/middleware')
| -rw-r--r-- | internal/middleware/cors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/middleware/cors.go b/internal/middleware/cors.go index caa091e62..591590b5a 100644 --- a/internal/middleware/cors.go +++ b/internal/middleware/cors.go @@ -56,7 +56,7 @@ func CORS() gin.HandlerFunc { // Some clients require this; see: // - https://docs.joinmastodon.org/methods/statuses/#headers - // - https://github.com/superseriousbusiness/gotosocial/issues/1664 + // - https://codeberg.org/superseriousbusiness/gotosocial/issues/1664 "Idempotency-Key", // needed for websocket upgrade requests |
