import type { NextConfig } from "next"; // Report-only rather than enforcing, deliberately: the policy is derived from // what this app is known to load — its own bundle, the self-hosted Nunito // files from next/font, and nothing else — but an unenforced policy that logs // violations is worth more than a guessed one that blanks the app for every // HR user. Promote it to `Content-Security-Policy` once the reports come back // clean. // // 'unsafe-inline' on script-src is not laziness: Next.js inlines its // bootstrap and hydration payload as inline