diff options
| author | matchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com> | 2024-02-02 00:04:37 +0000 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-18 09:46:14 -0400 |
| commit | a3918be58d562f0c6b66abc4f219a5bf4f9e62fb (patch) | |
| tree | 94aacb3786ec55a81ed7f77dcea524b13d711140 | |
| parent | 129a23c9970fb655a5e11bad2c0f30a226e499ef (diff) | |
add Widevine provisioning to other connections
| -rw-r--r-- | static/faq.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index 23338b7d..18f8599c 100644 --- a/static/faq.html +++ b/static/faq.html @@ -1117,6 +1117,17 @@ could hard-wire domains as verified if they did and we wanted to avoid more default connections.</p> + <p>GrapheneOS uses + https://widevineprovisioning.grapheneos.org/certificateprovisioning/v1/devicecertificates/create + by default which is a private reverse proxy to + https://www.googleapis.com/certificateprovisioning/v1/devicecertificates/create + as part of Widevine provisioning. This is another form of key provisioning for + per-app keys that are used when playing DRM protected media. DRM support is + enabled in the OS by default but we don't include any apps using it by default, + since it's disabled in Vanadium. A setting is added at Settings ➔ Network & + Internet ➔ Widevine provisioning for switching to directly using the Google + service if you prefer.</p> + <p>Most other connections made by the OS itself are made based on your chosen carrier. The OS has a database of APN and other carrier configuration settings which determines how this works by default. Normally, carriers can force their |
