mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-20 01:05:28 -04:00
Serve static plugin assets with a `Cache-Control: no-cache, public` header. This avoids caching a 404 response for such an asset, preventing it from being loaded until expiry even if the file later becomes available. This is currently preventing updates of plugins on community and would generally affect any customer with a cache in front of the Mattermost servers. Fixes: https://mattermost.atlassian.net/browse/MM-20948 |
||
|---|---|---|
| .. | ||
| context.go | ||
| context_test.go | ||
| handlers.go | ||
| handlers_test.go | ||
| main_test.go | ||
| oauth.go | ||
| oauth_test.go | ||
| params.go | ||
| saml.go | ||
| static.go | ||
| unsupported_browser.go | ||
| web.go | ||
| web_test.go | ||
| webhook.go | ||
| webhook_test.go | ||