Showing
1 changed file
with
1 additions
and
1 deletions
@@ -45,7 +45,7 @@ module.exports = () => { | @@ -45,7 +45,7 @@ module.exports = () => { | ||
45 | res.set({ | 45 | res.set({ |
46 | 'Cache-Control': 'no-cache', | 46 | 'Cache-Control': 'no-cache', |
47 | Pragma: 'no-cache', | 47 | Pragma: 'no-cache', |
48 | - Expires: new Date(1900, 0, 1, 0, 0, 0, 0) | 48 | + Expires: (new Date(1900, 0, 1, 0, 0, 0, 0)).toUTCString() |
49 | }); | 49 | }); |
50 | } | 50 | } |
51 | 51 |
-
Please register or login to post a comment