Skip to content

Commit

Permalink
fly.io has issues with this header
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jul 31, 2023
1 parent 27390ce commit 68ded2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpipfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (hi *HttpIpfs) ServeHTTP(res http.ResponseWriter, req *http.Request) {
res.Header().Set(
"X-Attestation",
fmt.Sprintf(
"%s.%s",
"\"%s.%s\"",
base64.StdEncoding.EncodeToString(b),
base64.StdEncoding.EncodeToString(sigSigned),
),
Expand Down

0 comments on commit 68ded2c

Please sign in to comment.