Merge e70e4916ae
into 7dec812f99
This commit is contained in:
commit
7c7faa180f
19
51.md
19
51.md
|
@ -158,6 +158,25 @@ Some clients have used these lists in the past, but they should work on transiti
|
|||
}
|
||||
```
|
||||
|
||||
### Link Safety
|
||||
|
||||
A kind `10099` replaceable event for storing user domain preferences.
|
||||
|
||||
```jsonc
|
||||
{
|
||||
"kind": 10099,
|
||||
"content": "",
|
||||
"tags": [
|
||||
["d", "domain_lists"], // identifier
|
||||
["white", "nostr.build"],
|
||||
["white", "void.cat"],
|
||||
["black", "malicious-site.net"],
|
||||
["black", "scam-domain.com"]
|
||||
["unknown", "ask"] // Options: "load" | "block" | "ask"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
## Encryption process pseudocode
|
||||
|
||||
```scala
|
||||
|
|
Loading…
Reference in New Issue