1
1
mirror of https://github.com/go-gitea/gitea synced 2024-10-05 02:34:06 +00:00
This commit is contained in:
6543 2022-05-09 19:48:10 +02:00
parent 07150b33ba
commit 55c5e930db
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE

View File

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