diff --git a/cors-proxy/src/index.ts b/cors-proxy/src/index.ts index 9e801a6..129e7eb 100644 --- a/cors-proxy/src/index.ts +++ b/cors-proxy/src/index.ts @@ -219,7 +219,7 @@ const server = Bun.serve({ headers: { "Content-Type": "text/html; charset=utf-8", // "Content-Security-Policy": "frame-ancestors *", - "X-Frame-Options": "ALLOWALL", + // "X-Frame-Options": "ALLOWALL", }, }); }