Minor Changes
- BREAKING CHANGE:
cors({ credentials: true })now preserves the defaultAccess-Control-Allow-Origin: *response. Applications that intentionally allow credentialed requests from any origin must configureorigin: '*'explicitly; applications with a restricted origin policy should continue to configure an exact origin, pattern, array, or resolver.
Patch Changes
-
Include
Access-Control-Request-Private-NetworkinVaryon all allowed preflight responses whenallowPrivateNetworkis enabled, so caches distinguish ordinary preflights from private network preflights. This also applies whenpreflightContinueis enabled. -
Bumped
@remix-run/*dependencies: