You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.
I'm not fully sure this is a thesis issue, but it needs more investigation.
Images were being served with Cache-Control:max-age=0, private, must-revalidate
We should either allow the Cache-Control header to be configured w/in thesis, or serve them with a Cache-Control header similar to normal assets, or set a reasonable max-age value.
The text was updated successfully, but these errors were encountered:
I'm not fully sure this is a thesis issue, but it needs more investigation.
Images were being served with
Cache-Control:max-age=0, private, must-revalidate
We should either allow the
Cache-Control
header to be configured w/in thesis, or serve them with aCache-Control
header similar to normal assets, or set a reasonable max-age value.The text was updated successfully, but these errors were encountered: