mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
Improved cache control headers for errors
This commit is contained in:
parent
cc4bd45aa1
commit
db64d25b67
1 changed files with 2 additions and 2 deletions
|
@ -366,7 +366,7 @@ const versionRequest = async (request: IRequest) => {
|
|||
{
|
||||
headers: {
|
||||
...Constants.RESPONSE_HEADERS,
|
||||
'cache-control': 'max-age=1'
|
||||
'cache-control': 'max-age=0, no-cache, no-store, must-revalidate',
|
||||
},
|
||||
status: 200
|
||||
}
|
||||
|
@ -686,7 +686,7 @@ const sentryWrapper = async (event: FetchEvent, test = false): Promise<void> =>
|
|||
headers: {
|
||||
...Constants.RESPONSE_HEADERS,
|
||||
'content-type': 'text/html',
|
||||
'cache-control': 'max-age=1'
|
||||
'cache-control': 'max-age=0, no-cache, no-store, must-revalidate'
|
||||
},
|
||||
status: 200
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue