spring-framework/spring-webflux
Sébastien Deleuze 318d460256 Add CORS support for Private Network Access
This commit adds CORS support for Private Network Access
by adding an Access-Control-Allow-Private-Network response
header when the preflight request is sent with an
Access-Control-Request-Private-Network header and that
Private Network Access has been enabled in the CORS
configuration.

See https://developer.chrome.com/blog/private-network-access-preflight/
for more details.

Closes gh-28546
2024-01-05 20:07:51 +01:00
..
src Add CORS support for Private Network Access 2024-01-05 20:07:51 +01:00
spring-webflux.gradle Upgrade to Jetty 12 2023-09-04 14:03:29 +02:00