Open guimard opened 2 hours ago
Relevant config files:
/etc/nginx/nginx.conf
CF https://github.com/linagora/tmail-flutter/blob/b2bf317742cc193f3eb7884742f05d130d88be97/Dockerfile#L19What chatGPT says about
add_header Cache-Control "no-cache";
etag on;
Description
When starting Tmail-Web on a new window (not private), all content is reloaded without using HTTP-304 mechanism.
Expected result
Use cache or update headers to allow HTTP-304 mechanism
Current behavior
Context
Firefox (same with Chrome)
Additional information
Render app unusable inside customer network