You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config
Eugen Rochko df1653174b
Add cache buster feature for media files (#15155)
Nginx can be configured to bypass proxy cache when a special header
is in the request. If the response is cacheable, it will replace
the cache for that request. Proxy caching of media files is
desirable when using object storage as a way of minimizing bandwidth
costs, but has the drawback of leaving deleted media files for
a configured amount of cache time. A cache buster can make those
media files immediately unavailable. This especially makes sense
when suspending and unsuspending an account.
4 years ago
..
environments add ssl option in smtp setting (#14309) 5 years ago
initializers Add cache buster feature for media files (#15155) 4 years ago
locales Add follow selected followers button (#15148) 5 years ago
webpack Add subresource integrity for JS and CSS assets (#15096) 5 years ago
application.rb Fix streaming API allowing connections to persist after access token invalidation (#15111) 4 years ago
boot.rb
brakeman.ignore Add E2EE API (#13820) 5 years ago
database.yml
deploy.rb Bump capistrano from 3.14.0 to 3.14.1 (#14037) 5 years ago
environment.rb
i18n-tasks.yml Change move handler to carry blocks over (#14144) 5 years ago
navigation.rb Add IP-based rules (#14963) 5 years ago
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used (#13595) 5 years ago
puma.rb Add PERSISTENT_TIMEOUT option (#11756) 6 years ago
routes.rb Add account sensitized (#14361) 5 years ago
secrets.yml
settings.yml Add option to disable swiping motions across the WebUI (#13885) 5 years ago
sidekiq.yml Change trending hashtags to not disappear instantly after midnight (#11712) 6 years ago
themes.yml
webpacker.yml