gotosocial/internal/web
Daenney e91cabb704
[bugfix] Fix NegotiateFormat with multiple accept headers (#1797)
* [bugfix] Fix NegotiateAccept with multi accept

There's a bug in Gin's NegotiateFormat that doesn't handle the presence
of multilpe accept headers. This lifts the code from the PR @tsmethurst
sent a year ago to Gin into our codebase to fix the issue.

* [bugfix] Concat accept header in webfinger

Some implementations bug out when there's multiple accept headers,
including Gin (see 7050112af1). But things
seem to work reliably with a single accept header with multiple parts.

Fixes: #1793
2023-05-16 15:08:45 +02:00
..
about.go
assets.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
base.go
confirmemail.go
customcss.go
domain-blocklist.go
etag.go
opengraph.go
opengraph_test.go
profile.go
robots.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
rss.go
settings-panel.go
thread.go
web.go