mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-13 06:36:26 +03:00
Recognize Next.js 16 proxy files when detecting runtime CSP and mirror harness ancestor lookup when locating active hook manifests for nested projects. AI assistance disclosure: Implemented and verified with Codex under maintainer direction.
16 lines
336 B
JSON
16 lines
336 B
JSON
{
|
|
"name": "Next.js 16 (proxy CSP)",
|
|
"config": {
|
|
"files": ["app/layout.tsx"],
|
|
"insertBefore": "</body>",
|
|
"commentSyntax": "jsx"
|
|
},
|
|
"sourceFiles": ["proxy.ts", "app/layout.tsx"],
|
|
"generatedFiles": [],
|
|
"wrapCases": [],
|
|
"csp": {
|
|
"shape": "middleware",
|
|
"signals": ["proxy.ts:Content-Security-Policy"]
|
|
}
|
|
}
|