summaryrefslogtreecommitdiff
path: root/docs/locales/zh/federation
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-03-02 13:28:38 +0100
committerLibravatar GitHub <noreply@github.com>2025-03-02 13:28:38 +0100
commit5d0e3d9c354906409a514b437d70f7a9db90703a (patch)
tree725b5636b301aad97494cec730e54a701c48c66f /docs/locales/zh/federation
parent[chore] github.com/superseriousbusiness/activity -> codeberg.org/superserious... (diff)
downloadgotosocial-5d0e3d9c354906409a514b437d70f7a9db90703a.tar.xz
[chore] github.com/superseriousbusiness/httpsig -> codeberg.org/superseriousbusiness/httpsig (#3854)
Diffstat (limited to 'docs/locales/zh/federation')
-rw-r--r--docs/locales/zh/federation/http_signatures.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/locales/zh/federation/http_signatures.md b/docs/locales/zh/federation/http_signatures.md
index b4f2a17e9..a3cac6cbc 100644
--- a/docs/locales/zh/federation/http_signatures.md
+++ b/docs/locales/zh/federation/http_signatures.md
@@ -6,7 +6,7 @@ GoToSocial 也会为其向其他服务器发送的所有 `GET` 和 `POST` 请求
这种行为与 Mastodon 的 [AUTHORIZED_FETCH / "安全模式"](https://docs.joinmastodon.org/admin/config/#authorized_fetch) 等效。
-GoToSocial 使用 [superseriousbusiness/httpsig](https://github.com/superseriousbusiness/httpsig) 库(从 go-fed 派生)来为发出的请求签名,并解析和验证传入请求的签名。该库严格遵循 [Cavage HTTP Signature RFC](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12),这是其他实现(如 Mastodon、Pixelfed、Akkoma/Pleroma 等)使用的同一份 RFC。(此 RFC 后来被 [httpbis HTTP Signature RFC](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures) 取代,但尚未广泛实施。)
+GoToSocial 使用 [superseriousbusiness/httpsig](https://codeberg.org/superseriousbusiness/httpsig) 库(从 go-fed 派生)来为发出的请求签名,并解析和验证传入请求的签名。该库严格遵循 [Cavage HTTP Signature RFC](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12),这是其他实现(如 Mastodon、Pixelfed、Akkoma/Pleroma 等)使用的同一份 RFC。(此 RFC 后来被 [httpbis HTTP Signature RFC](https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-message-signatures) 取代,但尚未广泛实施。)
## 查询参数