From 3221ca7745ecffc7008174643200a3195581f09d Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 22 Jan 2021 09:45:53 +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 7d767f9..acb1600 100644 --- a/src/index.ts +++ b/src/index.ts @@ -111,7 +111,7 @@ let log; ctx.response.setHeader( 'Access-Control-Expose-Headers', - 'DAV, Content-Length, Allow, Last-Modified', + 'DAV, Content-Length, Allow', ); ctx.response.setHeader('MS-Author-Via', 'DAV'); ctx.setCode(200);