mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-05 03:04:11 +01:00
MSC2197: update with privacy perspective
Includes recommendations for client developers. Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
parent
36e43ee326
commit
493bb062af
|
|
@ -119,8 +119,23 @@ up sharing the client's search terms with a remote homeserver, which may not be
|
||||||
operated by the same party or even trusted. For example, users' search terms
|
operated by the same party or even trusted. For example, users' search terms
|
||||||
could be logged.
|
could be logged.
|
||||||
|
|
||||||
It is uncertain, to the author of this MSC, what implications this has with
|
The privacy implications of this proposal are not overly major, as the data
|
||||||
regards to legislation, such as GDPR.
|
that's being shared is [\[1\]][1]:
|
||||||
|
|
||||||
|
- only covered by GDPR if:
|
||||||
|
- the search terms contain personal data, or
|
||||||
|
- the user's homeserver IP address is uniquely identifying (because it's a
|
||||||
|
single-person homeserver, perhaps)
|
||||||
|
- likely to be *expected* to be shared with the remote homeserver
|
||||||
|
|
||||||
|
[1]: https://github.com/matrix-org/matrix-doc/pull/2197#issuecomment-517641751
|
||||||
|
|
||||||
|
For the sake of clarity, clients SHOULD display a warning that a remote search
|
||||||
|
will take the user's data outside the jurisdiction of their own homeserver,
|
||||||
|
before using the `server` parameter of the Client-Server API `/publicRooms`, as
|
||||||
|
it can be assumed that this will lead to the server invoking the Federation
|
||||||
|
API's `/publicRooms` – on the specified remote server – with the user's search
|
||||||
|
terms.
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue