Skip to content

WICG/private-network-access

Repository files navigation

Private Network Access

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:

How to build

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.

How to deploy

index.src.html is automatically built with bikeshed and published to the gh-pages branch using the spec-prod action.