forgejo/modules/web
Gusted 91191aaaed
[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)
2023-10-16 17:26:43 +02:00
..
middleware [GITEA] add option for banning dots in usernames 2023-10-16 17:25:36 +02:00
routing
types
handler.go [GITEA] Use maintained gziphandler 2023-10-16 17:26:43 +02:00
route.go
route_test.go
routemock.go
routemock_test.go