···68WSS_URL=wss://your-labeler.com/xrpc/com.atproto.label.subscribeLabels
6970# Optional: Filter specific labels
71-CAPTURE_LABELS=spam,hate-speech,csam
7273# Logging
74LOG_LEVEL=info
···173Filter labels by providing a comma-separated list in `CAPTURE_LABELS`:
174175```env
176-CAPTURE_LABELS=spam,hate-speech,csam,scam
177```
178179If not set, all labels are captured.
···271## Safety Features
272273### Blob Hydration
274-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.
275276Only enable blob download if:
2771. You understand the legal and safety implications
···68WSS_URL=wss://your-labeler.com/xrpc/com.atproto.label.subscribeLabels
6970# Optional: Filter specific labels
71+CAPTURE_LABELS=spam,hate-speech
7273# Logging
74LOG_LEVEL=info
···173Filter labels by providing a comma-separated list in `CAPTURE_LABELS`:
174175```env
176+CAPTURE_LABELS=spam,hate-speech,scam
177```
178179If not set, all labels are captured.
···271## Safety Features
272273### Blob Hydration
274+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.
275276Only enable blob download if:
2771. You understand the legal and safety implications