Note: This specification was initially known as CORS-RFC1918. It was also briefly and more recently known as Local Network Access.
This is the repository for the Private Network Access specification. You're welcome to contribute! Let's make the Web rock our socks off!
You may be interested in reading:
-
the specification: https://wicg.github.io/private-network-access/
-
the explainer:
./explainer.md
-
the security & privacy self-review:
./security_privacy_self_review.md
-
Permission prompt:
- the explainer:
./permission_prompt/explainer.md
- the security & privacy self-review:
./permission_prompt/security_privacy_self_review.md
- the explainer:
Ensure you have pipenv installed, then:
$ make
While this is useful when editing the spec locally, do not commit the generated
HTML file to the main
branch. That is taken care of automatically upon pushing
to main
by a github workflow.
index.src.html
is automatically built with
bikeshed and published to the gh-pages
branch using the spec-prod action.