Skip to content
Cascading Labs QScrape VoidCrawl Yosoi

Fingerprint Policy

fingerprint controls the background signal lane for page fingerprint and health gathering.

fingerprint:
signal_lane: true
backpressure: defer
max_queue: 256

Leaving fingerprint unset means no fingerprint lane is created.

Fields

FieldTypeDefaultDescription
signal_lanebooleantrueEnable the off-path signal lane when the sub-policy is attached.
backpressureenumdeferdefer keeps work for later. drop bounds memory by dropping work.
max_queueinteger256Maximum queued signal jobs.

Fingerprint gathering is separate from trust decisions. The trust gate lives in top-level trust_tier and atom/source policy.