Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://wicg.github.io/private-network-access/
https://wicg.github.io/private-network-access/
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://wicg.github.io/private-network-access/
- Owner: WICG
- License: other
- Created: 2015-12-27T10:44:08.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T08:44:51.000Z (8 months ago)
- Last Synced: 2024-04-29T09:56:04.111Z (8 months ago)
- Language: HTML
- Homepage: https://wicg.github.io/private-network-access/
- Size: 690 KB
- Stars: 50
- Watchers: 19
- Forks: 21
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: security_privacy_self_review.md
Awesome Lists containing this project
- awesome-browser-security - Private Network Access
README
# 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:
- the specification: https://wicg.github.io/private-network-access/
- the explainer:
[`./explainer.md`](https://github.com/WICG/private-network-access/blob/master/explainer.md)
- the security & privacy self-review:
[`./security_privacy_self_review.md`](https://github.com/WICG/private-network-access/blob/master/security_privacy_self_review.md)- Permission prompt:
- the explainer:
[`./permission_prompt/explainer.md`](https://github.com/WICG/private-network-access/blob/master/permission_prompt/explainer.md)
- the security & privacy self-review:
[`./permission_prompt/security_privacy_self_review.md`](https://github.com/WICG/private-network-access/blob/master/permission_prompt/security_privacy_self_review.md)## How to build
Ensure you have [pipenv](https://github.com/pypa/pipenv) installed, then:
```sh
$ 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](https://github.com/speced/bikeshed) and published to the `gh-pages`
branch using the [spec-prod](https://github.com/w3c/spec-prod) action.