diff options
| author | alltheseas <64376233+alltheseas@users.noreply.github.com> | 2025-04-21 13:56:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-21 15:56:43 -0300 |
| commit | 4ba28112e6b80740ef15615f8a06ac914ebef37d (patch) | |
| tree | cbf6d2961fbb8976d8520810b035f2c4373c25c1 /11.md | |
| parent | 951aaa8ba1af4962a75987b63be72da43c36e77e (diff) | |
Update 11.md with privacy policy and terms of service (#1882)
Diffstat (limited to '11.md')
| -rw-r--r-- | 11.md | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -21,6 +21,10 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application | |||
| 21 | "supported_nips": <a list of NIP numbers supported by the relay>, | 21 | "supported_nips": <a list of NIP numbers supported by the relay>, |
| 22 | "software": <string identifying relay software URL>, | 22 | "software": <string identifying relay software URL>, |
| 23 | "version": <string version identifier> | 23 | "version": <string version identifier> |
| 24 | "privacy_policy": <a link to a text file describing the relay's privacy policy>, | ||
| 25 | "terms_of_service": <a link to a text file describing the relay's term of service>, | ||
| 26 | |||
| 27 | |||
| 24 | } | 28 | } |
| 25 | ``` | 29 | ``` |
| 26 | 30 | ||
| @@ -74,6 +78,16 @@ The relay server implementation MAY be provided in the `software` attribute. If | |||
| 74 | 78 | ||
| 75 | The relay MAY choose to publish its software version as a string attribute. The string format is defined by the relay implementation. It is recommended this be a version number or commit identifier. | 79 | The relay MAY choose to publish its software version as a string attribute. The string format is defined by the relay implementation. It is recommended this be a version number or commit identifier. |
| 76 | 80 | ||
| 81 | ### Privacy Policy | ||
| 82 | |||
| 83 | The relay owner/admin MAY choose to link to a privacy policy document, which describes how the relay utilizes user data. Data collection, data usage, data retention, monetization of data, and third party data sharing SHOULD be included. | ||
| 84 | |||
| 85 | ### Terms of Service | ||
| 86 | |||
| 87 | The relay owner/admin MAY choose to link to a terms of service document. | ||
| 88 | |||
| 89 | |||
| 90 | |||
| 77 | Extra Fields | 91 | Extra Fields |
| 78 | ------------ | 92 | ------------ |
| 79 | 93 | ||