Skip to content

Commit 1ed4757

Browse files
rhiaromsporny
authored andcommitted
privacy: Add reference to Privacy by Design and clarify source of quote, #403
1 parent a427e1c commit 1ed4757

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

common.js

+9
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@ var ccg = {
159159
],
160160
status: "Draft Community Group Report",
161161
publisher: "Credentials Community Group"
162+
},
163+
"PRIVACY-BY-DESIGN": {
164+
title: "Privacy by Design",
165+
href: "https://iapp.org/media/pdf/resource_center/pbd_implement_7found_principles.pdf",
166+
authors: [
167+
"Ann Cavoukian"
168+
],
169+
date: "2011",
170+
publisher: "Information and Privacy Commissioner"
162171
}
163172
}
164173
};

index.html

+10-9
Original file line numberDiff line numberDiff line change
@@ -4227,15 +4227,16 @@ <h1>
42274227

42284228
<p>
42294229
It is critically important to apply the principles of Privacy by Design
4230-
to all aspects of the <a>decentralized identifier</a> architecture, because
4231-
<a>DIDs</a> and <a>DID documents</a> are, by design, administered directly by
4232-
the <a>DID controller(s)</a>. There is no registrar, hosting company, or other
4233-
intermediate service provider to recommend or apply additional privacy
4234-
safeguards. The authors of this specification have applied all seven Privacy by
4235-
Design principles throughout its development. For example, privacy in this
4236-
specification is preventative not remedial, and privacy is an embedded default.
4237-
Furthermore, the <a>decentralized identifier</a> architecture by itself embodies
4238-
principle #7, "Respect for user privacy &mdash; keep it user-centric."
4230+
[[PRIVACY-BY-DESIGN]] to all aspects of the <a>decentralized identifier</a>
4231+
architecture, because <a>DIDs</a> and <a>DID documents</a> are, by design,
4232+
administered directly by the <a>DID controller(s)</a>. There is no registrar,
4233+
hosting company, or other intermediate service provider to recommend or apply
4234+
additional privacy safeguards. The authors of this specification have applied
4235+
all seven Privacy by Design principles throughout its development. For example,
4236+
privacy in this specification is preventative not remedial, and privacy is an
4237+
embedded default. Furthermore, the <a>decentralized identifier</a>
4238+
architecture by itself embodies Privacy by Design principle #7: "Respect for
4239+
user privacy &mdash; keep it user-centric."
42394240
</p>
42404241

42414242
<p>

0 commit comments

Comments
 (0)