Replica
The [Replica] section decides which connections Chute captures — that is, keeps the request and response bodies for. It hides nothing: every connection still appears, with its rule and policy, in Chute Dashboard, the Web Console, the apps and the HAR export; a connection filtered out here simply has no body to show anywhere.
Traffic recording itself is enabled by the replica key in [General] (replica = true); the [Replica] section only narrows what that recording keeps.
[Replica]
hide-apple-request = true
hide-udp = true
hide-crashlytics-request = true
use-keyword-filter = false
keyword-filter = keyword1,keyword2
Parameters
hide-apple-request (Default: false)
hide-apple-request = true
Do not capture bodies for requests to *.apple.com hosts.
hide-udp (Default: false)
hide-udp = true
Do not capture UDP traffic.
Notice: This key is parsed and preserved but currently not applied at runtime.
hide-crashlytics-request (Default: false)
hide-crashlytics-request = true
Do not capture bodies for requests to Crashlytics hosts (*.crashlytics.com, *.crashlytics.googleapis.com, crashlyticsreports-pa.*).
use-keyword-filter (Default: false)
use-keyword-filter = true
Enable keyword-based capture filtering.
keyword-filter
keyword-filter = google,facebook,analytics
Comma-separated list of keywords. When use-keyword-filter is enabled, bodies are captured only for requests whose host contains one of these keywords.