mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 09:06:53 +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 }] }];
|
||||
},
|
||||
};
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user