···6868WSS_URL=wss://your-labeler.com/xrpc/com.atproto.label.subscribeLabels
69697070# Optional: Filter specific labels
7171-CAPTURE_LABELS=spam,hate-speech,csam
7171+CAPTURE_LABELS=spam,hate-speech
72727373# Logging
7474LOG_LEVEL=info
···173173Filter labels by providing a comma-separated list in `CAPTURE_LABELS`:
174174175175```env
176176-CAPTURE_LABELS=spam,hate-speech,csam,scam
176176+CAPTURE_LABELS=spam,hate-speech,scam
177177```
178178179179If not set, all labels are captured.
···271271## Safety Features
272272273273### Blob Hydration
274274-By default, `HYDRATE_BLOBS` is `false`. This prevents accidental download of potentially harmful content (CSAM, graphic violence, etc.) while still capturing cryptographic and perceptual hashes for ML training.
274274+By default, `HYDRATE_BLOBS` is `false`. This prevents accidental download of potentially harmful / and or unlawful content (CSAM, graphic violence, etc.) while still capturing cryptographic and perceptual hashes.
275275276276Only enable blob download if:
2772771. You understand the legal and safety implications