Compare commits
24 Commits
7c7faa180f
...
95361427ac
Author | SHA1 | Date |
---|---|---|
|
95361427ac | |
|
e70e4916ae | |
|
9fc96d8aab | |
|
921e79ec73 | |
|
339f2f5425 | |
|
2222e5a85c | |
|
2ef90cda50 | |
|
1fbf8450ee | |
|
6c7e756f92 | |
|
e87020a11a | |
|
40de29cd6f | |
|
a83542b658 | |
|
c96a0b1f5a | |
|
190a860f27 | |
|
0f64626cb5 | |
|
a359589f54 | |
|
1c393c92a8 | |
|
2111dd0114 | |
|
9c19137935 | |
|
4c60810324 | |
|
855b39dbc8 | |
|
9662559ba8 | |
|
4c5b62feba | |
|
4ae75015e1 |
19
51.md
19
51.md
|
@ -152,6 +152,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