cors: remove XFO header

This commit is contained in:
Abdullah Atta
2026-03-25 20:46:54 +05:00
parent 864baa702b
commit da58262afb
+1 -1
View File
@@ -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",
},
});
}