Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CORS support for Private Network Access #31974

Closed
github-actions bot opened this issue Jan 8, 2024 · 0 comments
Closed

Add CORS support for Private Network Access #31974

github-actions bot opened this issue Jan 8, 2024 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement
Milestone

Comments

@github-actions
Copy link

github-actions bot commented Jan 8, 2024

Backport of gh-28546

@github-actions github-actions bot added in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement labels Jan 8, 2024
@github-actions github-actions bot added this to the 5.3.32 milestone Jan 8, 2024
@sdeleuze sdeleuze self-assigned this Jan 8, 2024
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Jan 8, 2024
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 spring-projectsgh-31974

(cherry picked from commit 318d460)
sdeleuze added a commit to sdeleuze/spring-framework that referenced this issue Jan 8, 2024
@sdeleuze sdeleuze closed this as completed Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: backport An issue that is a backport of another issue to a maintenance branch type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant