0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-24 23:29:10 -05:00
forgejo/modules/web
Gusted 9c12a37fde
[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)
2023-10-16 17:04:26 +02:00
..
middleware [GITEA] add option for banning dots in usernames 2023-10-16 16:51:07 +02:00
routing Update tool dependencies (#26607) 2023-08-20 22:59:19 +00:00
types
handler.go [GITEA] Use maintained gziphandler 2023-10-16 17:04:26 +02:00
route.go Remove redundant "RouteMethods" method (#26024) 2023-07-21 00:43:49 +02:00
route_test.go
routemock.go Make route middleware/handler mockable (#25766) 2023-07-09 12:25:53 +00:00
routemock_test.go Make route middleware/handler mockable (#25766) 2023-07-09 12:25:53 +00:00