From 966b2755791df7d2e0cc966c5505ade05eb26a9a Mon Sep 17 00:00:00 2001
From: Manu Sporny
Date: Sun, 29 Oct 2023 19:34:46 -0400
Subject: [PATCH] Add concrete examples of when OHTTP is useful.
---
index.html | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index c37bfda10..cac572850 100644
--- a/index.html
+++ b/index.html
@@ -4416,8 +4416,26 @@ Device Tracking and Fingerprinting
identify those requests as having come from a single client, while placing only
limited trust in the nodes used to forward the messages. Hence, Oblivious HTTP
is one privacy-preserving mechanism that can be used to reduce the possibility
-of device tracking and fingerprinting.
+of device tracking and fingerprinting. Concrete examples for how Oblivious HTTP
+can benefit ecosystem participants are included below.
+
+
+ -
+A holder using a digital wallet can reduce the chances that they
+will be tracked by a 3rd party when accessing external links within a
+verifiable credential stored in their digital wallet.
+For example, a digital wallet might fetch and render linked images, or
+check the validity of a verifiable credential by fetching an
+externally linked revocation list.
+
+ -
+A verifier can reduce signalling to an issuer that the
+verifier has received a specific verifiable credential.
+For example, a verifier might fetch an externally linked revocation
+list while performing status checks on a verifiable credential.
+
+