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

CORS Private Network Access #247

Closed
bitconym opened this issue Sep 25, 2021 · 1 comment
Closed

CORS Private Network Access #247

bitconym opened this issue Sep 25, 2021 · 1 comment

Comments

@bitconym
Copy link

Google Chrome implemented the new CORS Private Network Access specification https://wicg.github.io/private-network-access/. This means that a new header named Access-Control-Request-Private-Network needs to be used in the CORS settings. After glancing through the cors module code, I found that this is not yet supported. So in order to access more private resources (localhost or VPN) we'll need support for this CORS-RFC1918.

@dougwilson
Copy link
Contributor

Duplicate of #236

@dougwilson dougwilson marked this as a duplicate of #236 Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants