summaryrefslogtreecommitdiff
path: root/internal/middleware
diff options
context:
space:
mode:
Diffstat (limited to 'internal/middleware')
-rw-r--r--internal/middleware/cors.go2
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