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
In some cases, intermediate proxies ignore the `Content-Encoding` header
altogether.
Sending `Cache-Control no-cache` as a request header solves this problem
by forcing validation of the resources in the intermediate proxies,
thereby, ensuring that every request is fetched from the origin server.
Ref. alrra/dotfiles#2. Closesmathiasbynens#308.
0 commit comments