forgejo/routers/web
Gusted 98497c84da
[GITEA] Use maintained gziphandler
- https://github.com/NYTimes/gziphandler doesn't seems to be maintained
anymore and Forgejo already includes
https://github.com/klauspost/compress which provides a maintained and
faster gzip handler fork.
- Enables Jitter to prevent BREACH attacks, as this *seems* to be
possible in the context of Forgejo.

(cherry picked from commit cc2847241d)
(cherry picked from commit 99ba56a876)

Conflicts:
	go.sum
	https://codeberg.org/forgejo/forgejo/pulls/1581
(cherry picked from commit 711638193d)
(cherry picked from commit 9c12a37fde)
(cherry picked from commit 91191aaaed)
(cherry picked from commit 72be417f84)
2023-10-30 14:44:21 +01:00
..
admin
auth [GITEA] notifies admins on new user registration 2023-10-30 14:44:20 +01:00
devtest
events
explore
feed
healthcheck
misc [API] Forgejo API /api/forgejo/v1 2023-10-30 13:54:47 +01:00
org
repo [GITEA] Detect file rename and show in history 2023-10-30 14:44:21 +01:00
shared
user Fix 404 when deleting Docker package with an internal version (#27615) (#27630) 2023-10-15 12:08:04 +02:00
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go [GITEA] Use maintained gziphandler 2023-10-30 14:44:21 +01:00
webfinger.go