We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d59dc commit 9ec74d4Copy full SHA for 9ec74d4
src/index.js
@@ -59,7 +59,7 @@ const getResponseHeaders = (processedRequest, isErr) => {
59
'Access-Control-Allow-Methods': 'GET',
60
'Access-Control-Allow-Headers': 'Content-Type, Authorization',
61
'Access-Control-Allow-Credentials': true,
62
- 'Last-Modified': timenow.toString()
+ 'Last-Modified': timenow.toUTCString()
63
}
64
const cacheControlDefault = settings.getSetting('DEFAULT_CACHE_CONTROL')
65
if (processedRequest) {
0 commit comments