From 4ba28112e6b80740ef15615f8a06ac914ebef37d Mon Sep 17 00:00:00 2001 From: alltheseas <64376233+alltheseas@users.noreply.github.com> Date: Mon, 21 Apr 2025 13:56:43 -0500 Subject: [PATCH] Update 11.md with privacy policy and terms of service (#1882) --- 11.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/11.md b/11.md index 8a15a26..8229bd4 100644 --- a/11.md +++ b/11.md @@ -21,6 +21,10 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application "supported_nips": , "software": , "version": + "privacy_policy": , + "terms_of_service": , + + } ``` @@ -74,6 +78,16 @@ The relay server implementation MAY be provided in the `software` attribute. If 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. +### Privacy Policy + +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. + +### Terms of Service + +The relay owner/admin MAY choose to link to a terms of service document. + + + Extra Fields ------------