From ac7fd1f68d396cb676a9a111bddae7e36302b4c6 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Mon, 28 Jun 2021 12:06:20 -0700 Subject: tor proxy, added server version in faq, increased verification time --- verification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verification.go') diff --git a/verification.go b/verification.go index db44689..38c7bbe 100644 --- a/verification.go +++ b/verification.go @@ -661,7 +661,7 @@ func VerifyHeaderSignature(r *http.Request, actor Actor) bool { t, _ := time.Parse(time.RFC1123, date) - if(time.Now().Sub(t).Seconds() > 30) { + if(time.Now().Sub(t).Seconds() > 75) { return false } -- cgit v1.2.3