Skip to content

Commit

Permalink
Fix grammar in OHTTP section.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Oct 29, 2023
1 parent 03c922d commit 737cdea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4408,13 +4408,13 @@ <h3>Device Tracking and Fingerprinting</h3>
</p>

<p>
One mechanism that implementers might consider utilizing when fetching external
resources that are associated with a <a>verifiable credential</a> or a
<a>verifiable presentation</a> is the Oblivious HTTP protocol [[?OHTTP]].
The Oblivious HTTP protocol [[?OHTTP]] is one mechanism that implementers might
consider using when fetching external resources that are associated with a
<a>verifiable credential</a> or a <a>verifiable presentation</a>.
Oblivious HTTP allows a client to make multiple requests to an origin server
without that server being able to link those requests to the client or to
identify the requests as having come from the same client, while placing only
limited trust in the nodes used to forward the messages. Using Oblivious HTTP
without that server being able to link those requests to that client or even to
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.
</p>
Expand Down

0 comments on commit 737cdea

Please sign in to comment.