forgejo/routers/web
silverwind 9fa6bdb64e
Add Cache-Control to avatar redirects ()
* Add Cache-Control to avatar redirects

This does seem to do the trick to make the Avatar redirects cachable
in Chrome.

In Firefox, it does not seem to work, thought and I found no way to
suppress the requests to the original URLs, I even tried setting an
Etag to no avail.

Related discussion in https://github.com/go-gitea/gitea/issues/16964.

Co-authored-by: zeripath <art27@cantab.net>
2021-09-06 23:05:44 +02:00
..
admin Improve SMTP authentication and Fix user creation bugs () 2021-08-11 21:42:58 +01:00
dev Refactor routers directory () 2021-06-09 01:33:54 +02:00
events Add an abstract json layout to make it's easier to change json library () 2021-07-24 18:03:58 +02:00
explore Related refactors to ctx.FormX functions () 2021-08-11 18:08:52 +03:00
org Add modals to Organization and Team remove/leave () 2021-08-26 22:57:40 -04:00
repo Ensure that rebase conflicts are handled in updates () 2021-09-05 10:30:40 +01:00
user Add Cache-Control to avatar redirects () 2021-09-06 23:05:44 +02:00
base.go Allow setting X-FRAME-OPTIONS () 2021-08-06 16:47:10 -04:00
goget.go Related refactors to ctx.FormX functions () 2021-08-11 18:08:52 +03:00
home.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Fix wiki raw commit diff/patch view () 2021-08-31 04:22:54 +02:00