Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a section explaining users can agree to pass information between domains via the URL. #9

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
25 changes: 25 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ Tracking via a bounce through an aggregation domain:

</div>

<h2 id="legitimate-uses">Legitimate Uses</h2>

Personal information a user has agreed can be passed between web sites operated
at multiple registerable domains shall not be interfered with. This includes
personal information captured via OAuth [[OAUTH]], Universal ID 2.0 [[UID2]],
and SWAN.community [[SWAN]].

<section class="informative">

<h2 id="deployed-mitigations">Deployed Mitigations</h2>
Expand Down Expand Up @@ -210,3 +217,21 @@ existing open-source projects.
<h2 id="acknowledgements" class="no-num">Acknowledgements</h2>

Many thanks to the Privacy Community Group for many good discussions about this proposal.

<pre class="biblio">
{
"OAUTH": {
"href": "https://oauth.net/2/",
"title": "OAuth 2.0 is the industry-standard protocol for authorization"
},
"SWAN": {
"href": "https://swan.community",
"title": "Secure Web Addressability Network"
},
"UID2": {
"href": "https://www.thetradedesk.com/us/about-us/industry-initiatives/unified-id-solution-2-0",
"title": "Unified ID 2.0",
"authors": [ "The Trade Desk" ]
}
}
</pre>