mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
FIX: missing last modified on avatars
This commit is contained in:
parent
b175eee89f
commit
aca0aa8e56
@ -74,6 +74,7 @@ class UserAvatarsController < ApplicationController
|
||||
end
|
||||
|
||||
if image
|
||||
response.headers["Last-Modified"] = File.ctime(image).httpdate
|
||||
expires_in 1.year, public: true
|
||||
send_file image, disposition: nil
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user