mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
948d59faed
Excludes `/_next/image` and `/_next/static/media` as they don't contain sensitive information and prevents complications loading them in cases where they are inlined in CSS, as they'll be requested with `sec-fetch-mode: no-cors`. x-ref: https://github.com/vercel/next.js/issues/77344