mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-21 02:26:31 +03:00
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:
@@ -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 }] }];
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user