From 9dad183347f1629b681ee9ec9c516540e08d9610 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 22 Jan 2021 08:59:07 +0100 Subject: [PATCH] . --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index e95af13..7d767f9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -95,7 +95,7 @@ let log; ctx.response.setHeader('Access-Control-Allow-Credentials', 'true'); ctx.response.setHeader( 'Access-Control-Allow-Headers', - 'Authorization, Depth, Content-Type', + 'Authorization, Depth, Content-Type, Cache-Control', ); ctx.response.setHeader( 'Access-Control-Allow-Methods',