1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00
This commit is contained in:
6543
2022-05-09 19:48:10 +02:00
parent 07150b33ba
commit 55c5e930db

View File

@@ -24,7 +24,7 @@ import (
const ( const (
// ActivityStreamsContentType const // ActivityStreamsContentType const
ActivityStreamsContentType = `application/ld+json; profile="https://www.w3.org/ns/activitystreams"` ActivityStreamsContentType = `application/ld+json; profile="https://www.w3.org/ns/activitystreams"`
httpsigExpirationTime = 60 httpsigExpirationTime = 60
) )
func containsRequiredHTTPHeaders(method string, headers []string) error { func containsRequiredHTTPHeaders(method string, headers []string) error {