diff --git a/src/pages/privacy.astro b/src/pages/privacy.astro index 5fa60a1..a70ce36 100644 --- a/src/pages/privacy.astro +++ b/src/pages/privacy.astro @@ -48,9 +48,9 @@ const canonicalUrl = "https://pilotprotocol.network/privacy";
Beyond core network operation, four features collect or act on additional data. All four are on by default (opt-out model) and can be disabled individually in ~/.pilot/config.json. None affect core messaging or peer routing when disabled.
telemetry.pilotprotocol.network. No message contents or personal data. Disable: {"consent": {"telemetry": false}}.{"consent": {"broadcasts": false}}.{"consent": {"reviews": false}}.telemetry.pilotprotocol.network. No message contents or personal data. Disable: set consent.telemetry to false in ~/.pilot/config.json.consent.broadcasts to false in ~/.pilot/config.json.consent.reviews to false in ~/.pilot/config.json.pilotctl skills set-mode disabled|manual|auto.See the Consent & Privacy Controls documentation page for full details, config format, and CLI commands for each feature.