Merge pull request #214 from cashpipeplusplus/master

docs: Create a privacy policy for the PeerJS server
This commit is contained in:
Alex Sosnovskiy 2020-10-10 13:28:56 +03:00 committed by GitHub
commit b27afd8b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

10
PRIVACY.md Normal file
View File

@ -0,0 +1,10 @@
# Privacy Policy
**We do not collect or store any information.**
While you are connected to a PeerJS server, your IP address, randomly-generated
client ID, and signalling data are kept in the server's memory. With default
settings, the server will remove this information from memory 60 seconds after
you stop communicating with the service. (See the
[`alive_timeout`](https://github.com/peers/peerjs-server#config--cli-options)
setting.)

View File

@ -234,6 +234,10 @@ This will start a peerjs server on port 9000 exposed on port 9000 with key `peer
Open your browser with http://localhost:9000/myapp It should returns JSON with name, description and website fields. http://localhost:9000/myapp/peerjs/id - should returns a random string (random client id)
## Privacy
See [PRIVACY.md](https://github.com/peers/peerjs-server/blob/master/PRIVACY.md)
## Problems?
Discuss PeerJS on our Telegram chat: