mirror of https://gitlab.com/bashrc2/epicyon
Check for novel fields
parent
c2e300da8d
commit
92d949585a
|
@ -429,3 +429,14 @@ If you want to allow specific web crawlers then when running the daemon (typical
|
||||||
```
|
```
|
||||||
|
|
||||||
Typically web crawlers have names ending in "bot", but partial names can also be used.
|
Typically web crawlers have names ending in "bot", but partial names can also be used.
|
||||||
|
|
||||||
|
|
||||||
|
## Maintenance
|
||||||
|
|
||||||
|
You can check for any novel ActivityPub fields with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
--novel
|
||||||
|
```
|
||||||
|
|
||||||
|
This may help with spotting unconventional uses of the protocol, or back channel signalling between admins.
|
||||||
|
|
Loading…
Reference in New Issue