fixture.json

 1{
 2  "name": "Next.js (inline CSP headers)",
 3  "config": {
 4    "files": ["app/layout.tsx"],
 5    "insertBefore": "</body>",
 6    "commentSyntax": "jsx"
 7  },
 8  "sourceFiles": ["next.config.js", "app/layout.tsx"],
 9  "generatedFiles": [],
10  "wrapCases": [],
11  "csp": {
12    "shape": "append-string",
13    "signals": [
14      "next.config.js:Content-Security-Policy",
15      "next.config.js:script-src",
16      "next.config.js:connect-src"
17    ],
18    "patchTarget": "next.config.js",
19    "expectedAfter": "expected-after-patch.js"
20  }
21}