Skip to content

Commit 61e3d39

Browse files
Add privacy consideration on profiling of requestors (#157)
* add privacy consideration on profiling of requestors * Incorporate suggestions for clarity Co-authored-by: Ted Thibodeau Jr <[email protected]> --------- Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 2f31615 commit 61e3d39

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,9 +2538,14 @@ <h1>Privacy Considerations</h1>
25382538
<p class="issue">TODO: Define privacy considerations for DID resolution</p>
25392539

25402540
<section id="profiling-requesters">
2541-
<h2>Non-DID Identifiers</h2>
2542-
<p class="issue" data-number="95">There is discussion about minimizing the extent of profiling of requesters
2543-
from DID Resolvers.
2541+
<h2>Profiling of DID Resolution and Dereferencing Requesters</h2>
2542+
<p><a>DID resolvers</a> and <a>DID URL dereferencers</a> will be able to log requests
2543+
to their services for resolution and dereferencing. Over time, these logs could be used to track
2544+
and profile the clients making requests for these services. To mitigate this privacy risk,
2545+
clients should make such requests to services they trust, for example,
2546+
because of an existing business relationship or because the service is running on
2547+
infrastructure they control. Clients can also take steps to obfuscate their
2548+
requests to a service in order to limit the possibilities of correlation and profiling.
25442549
</p>
25452550

25462551
</section>

0 commit comments

Comments
 (0)