You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/install
wxiaoguang ed1be4ca68
Handle base64 decoding correctly to avoid panic (#26483)
Fix the panic if the "base64 secret" is too long.
2 years ago
..
install.go Handle base64 decoding correctly to avoid panic (#26483) 2 years ago
routes.go Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (#25974) 2 years ago
routes_test.go