|
|
|
|
|
by pqdbr
587 days ago
|
|
Congrats on launching! Curious how the dynamic image works in the e-mail signature: AFAIK, Gmail and others heavily cache any images inside e-mail, so even if the image changes, Gmail will be displaying the online/offline cached image, not the most up-to-date one. |
|
response.headers["Cache-Control"] = "no-cache, no-store, max-age=0, must-revalidate"
response.headers["Pragma"] = "no-cache"
response.headers["Expires"] = "Fri, 01 Jan 1990 00:00:00 GMT"