diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-03-04 15:51:21 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-03-04 15:51:21 -0500 |
| commit | 616b012b1770fce56d9a5383d5a9d2b4a7670479 (patch) | |
| tree | 7234c3814ed59c62f25e16d8db934403d1d1d6a9 /static | |
| parent | 9281622d4ff33d042d8ce00f6414b86953c0494a (diff) | |
document SUPL proxy on features page
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 2a1357f8..453d7a53 100644 --- a/static/features.html +++ b/static/features.html @@ -670,6 +670,7 @@ <li>Connectivity checks</li> <li>Attestation key provisioning</li> <li>GNSS almanac downloads (PSDS) on 6th generation Pixels</li> + <li>Secure User Plane Location (SUPL)</li> <li>Network time</li> </ul> @@ -681,6 +682,11 @@ other connections get routed through a VPN which is needed to blend in on a local network in practice.</p> + <p>In addition to our SUPL privacy improvements, we override the SUPL server + to our proxy by default. We also add a toggle for users to switch to the + standard SUPL server for their carrier (usually supl.google.com) or disable it + entirely.</p> + <p>See our <a href="/faq#default-connections">default connections FAQ entry for much more detailed information</a>.</p> </section> |
