From 440fd20d0fc1e2158576f9ddf0ed1a690d679ae6 Mon Sep 17 00:00:00 2001 From: ihsangan Date: Sat, 8 Jun 2024 09:38:21 +0800 Subject: [PATCH] update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7422273..7cbb08b 100644 --- a/index.js +++ b/index.js @@ -246,7 +246,7 @@ async function serveResult(request) { headers: { 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Method': 'GET, HEAD', - 'Cache-Control': 'public, max-age=43200', + 'Cache-Control': 'private, max-age=0', 'Content-Type': 'application/json; charset=utf-8', } })