Skip to content

Commit

Permalink
Add private network access (#2466)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel D. Beck <[email protected]>
  • Loading branch information
autonome and ddbeck authored Dec 19, 2024
1 parent d7faab0 commit c5d942d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
1 change: 0 additions & 1 deletion features/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ compat_features:
- api.Request.redirect
- api.Request.referrer
- api.Request.referrerPolicy
- api.Request.targetAddressSpace
- api.Request.text
- api.Request.url
- api.Response
Expand Down
7 changes: 0 additions & 7 deletions features/fetch.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,3 @@ compat_features:
# chrome_android: "105"
# edge: "105"
- api.Request.Request.request_body_readablestream

# baseline: false
# support:
# chrome: "124"
# chrome_android: "124"
# edge: "124"
- api.Request.targetAddressSpace
6 changes: 6 additions & 0 deletions features/private-network-access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: Private network access
description: "The `Access-Control-Request-Private-Network: true` and `Access-Control-Allow-Private-Network: true` HTTP request and response headers establish permission for websites to make requests to internal networks, such as to routers."
spec: https://wicg.github.io/private-network-access/
compat_features:
- http.mixed-content.private_network_access
- api.Request.targetAddressSpace
12 changes: 12 additions & 0 deletions features/private-network-access.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated from: private-network-access.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "124"
chrome_android: "124"
edge: "124"
compat_features:
- api.Request.targetAddressSpace
- http.mixed-content.private_network_access

0 comments on commit c5d942d

Please sign in to comment.