mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-30 14:09:58 +08:00
Remove "Expires" header from png responses
This commit is contained in:
parent
16dbc6cff0
commit
6775728c50
@ -34,7 +34,6 @@ class ResponseMacroServiceProvider extends ServiceProvider
|
||||
'Content-type' => 'image/png',
|
||||
'Last-Modified' => format_http_date($last_modified),
|
||||
'Cache-Control' => 'public, max-age='.option('cache_expire_time'),
|
||||
'Expires' => format_http_date($last_modified + option('cache_expire_time')),
|
||||
'Etag' => $etag
|
||||
], $header));
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user