-
Tadas Sasnauskas authored
IE 6-7-8 has bug when 'Cache-Control: no-cache' head would break file download. It's been fixed in IE9 (which is also ancient and barely used version). Some extra details [here][1] and [here][2]. The way this fix is implemented clashes with what's been done in PR #40324. By adding ':public' key to cache control header set it wipes default headers. Since IE 6-7-8 are ancient browsers - let's just get rid of this hack. [1]: https://stackoverflow.com/q/9766639/843067 [2]: https://stackoverflow.com/q/3415370/843067
Tadas Sasnauskas authoredIE 6-7-8 has bug when 'Cache-Control: no-cache' head would break file download. It's been fixed in IE9 (which is also ancient and barely used version). Some extra details [here][1] and [here][2]. The way this fix is implemented clashes with what's been done in PR #40324. By adding ':public' key to cache control header set it wipes default headers. Since IE 6-7-8 are ancient browsers - let's just get rid of this hack. [1]: https://stackoverflow.com/q/9766639/843067 [2]: https://stackoverflow.com/q/3415370/843067
Loading