MantisBT: master 0bfe58b2

Author Committer Branch Timestamp Parent
dregad dregad master 2023-12-02 10:49 master 7affe681
Affected Issues  0033007: Remove deprecated and incorrect usage of Pragma: no-cache header
Changeset

Remove usage of 'Pragma: no-cache' header

It is a deprecated HTTP/1.0 thing that should be replaced with a
Cache-Control header. Additionally we use it in an incorrect way, as the
directive is only defined in a request context (not response).

This was implemented as a workaround for an Internet Explorer bug, and
we don't support this browser anymore.

Fixes 0033007

mod - file_download.php Diff File