diff options
| -rw-r--r-- | index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -103,6 +103,7 @@ const handleRequest = async (originalRequest) => { "cache-control", "public, immutable, s-maxage=31536000, max-age=31536000, stale-while-revalidate=60" ); + response.headers.set("Access-Control-Allow-Origin", "https://due.moe"); return new Response(response.body, { status: response.status, |