Oracle: context/doctor/pin/surface-brief/critique/palette/embed/signals/csp/seed/genimg/question cases and goldens

Prepared with AI assistance (Claude Code).
This commit is contained in:
Paul Bakaus
2026-08-31 19:56:22 -07:00
parent 43435b12ef
commit 0304059988
333 changed files with 3722 additions and 11 deletions
@@ -0,0 +1,6 @@
const csp = "default-src 'self'; script-src 'self'; connect-src 'self'";
export default {
async headers() {
return [{ source: "/(.*)", headers: [{ key: "Content-Security-Policy", value: csp }] }];
},
};
@@ -0,0 +1,4 @@
{
"name": "csp-string",
"private": true
}
@@ -0,0 +1 @@
<html><head><meta http-equiv="Content-Security-Policy" content="default-src 'self'"></head><body></body></html>