snikket-im / snikket-web-portal

This is the web portal for Snikket Chat services. To learn more about what Snikket Chat services are, check the website.
https://snikket.org
GNU Affero General Public License v3.0
32 stars 12 forks source link

Set `Vary: Accept-Language` on all rendered pages #106

Closed horazont closed 2 years ago

horazont commented 2 years ago

As we render the content based on the language accepted by the client, we should set this header to ensure that upon changing settings, cache entries are properly invalidated on the client side.

Otherwise, it's possible that changing the browser language will not take effect until a previously unviewed page is visited or the cache expires for other reasons.