Merge branch 'gvelez-add-coop-coep-links' into 'master'

Update design/preexisting/protocols/peergos.md

See merge request arnoldjun/bluesky!102
This commit is contained in:
Golda Velez 2020-09-30 08:10:31 +00:00
commit c0d947a805
1 changed files with 2 additions and 1 deletions

View File

@ -50,10 +50,11 @@ Peergos was developed by the [core team](https://peergos.org/about) on a [self-f
Peergos is a private and access controlled layer on top of IPFS which can be used to build applications. Other than the Peergos reference implementation client which allows users to store and share private files, there are a few demo [applications](https://peergos.org/posts/applications), including a read-only viewer for PDF files, and an editor for text or code.
The goal of allowing people to deploy apps on Peergos that are viewable from the browser is currently limited by [sandboxing constraints](https://kevodwyer.github.io/sandbox/) within browsers.
The goal of allowing people to deploy apps on Peergos that are viewable from the browser is currently limited by [sandboxing constraints](https://kevodwyer.github.io/sandbox/) within browsers. [COOP/COEP](https://web.dev/why-coop-coep/) increase the security of in-browser applications.
### Links
- [Peergos](https://peergos.org/)
- [Peergos book](https://book.peergos.org)
- [Source code](https://github.com/peergos/peergos)
- [COOP and COEP Explainer](https://docs.google.com/document/d/1zDlfvfTJ_9e8Jdc8ehuV4zMEu9ySMCiTGMS9y0GU92k/edit)