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.
2 parents 37d59dc + 9ec74d4 commit fa66df3Copy full SHA for fa66df3
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