1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src/api
Jake Howard 4584cfe3c1
Additionally set expires header when caching responses
Browsers are rather smart, but also dumb. This uses the `Expires` header
alongside `cache-control` to better prompt the browser to actually
cache.

Unfortunately, firefox still tries to "race" its own cache, in an
attempt to respond to requests faster, so still ends up making a bunch
of requests which could have been cached. Doesn't appear there's any way
around this.
2021-12-28 16:24:47 +00:00
..
core Fixed #2151 2021-12-24 17:59:12 +01:00
admin.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
icons.rs Additionally set expires header when caching responses 2021-12-28 16:24:47 +00:00
identity.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
mod.rs Add email notifications for incomplete 2FA logins 2021-10-28 00:19:43 -07:00
notifications.rs Macro recursion decrease and other optimizations 2021-11-06 17:44:53 +01:00
web.rs Additionally set expires header when caching responses 2021-12-28 16:24:47 +00:00