mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
update cache control to be no store
This commit is contained in:
@@ -3715,7 +3715,7 @@ const syncSecretsCloudflarePages = async ({
|
||||
headers: {
|
||||
Authorization: `Bearer ${accessToken}`,
|
||||
Accept: "application/json",
|
||||
"Cache-Control": "no-cache"
|
||||
"Cache-Control": "no-store"
|
||||
}
|
||||
})
|
||||
).data.result.deployment_configs[integration.targetEnvironment as string].env_vars;
|
||||
|
||||
Reference in New Issue
Block a user