Mozillians/Privacy-Specification: Difference between revisions
Jump to navigation
Jump to search
Bsternthal (talk | contribs) No edit summary |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
== API: Mozilla == | == API: Mozilla == | ||
* Can have access to | * Can have access to profile data | ||
* User can choose to allow or forbid | * User can choose to allow or forbid | ||
* Allow -> gets | * Allow -> gets profile data | ||
* Forbid -> gets no data | * Forbid -> gets no profile data | ||
* Queries can be | * Queries can be | ||
** email | ** email | ||
Line 15: | Line 15: | ||
== API: Community == | == API: Community == | ||
* Can have access to is_vouched | * Can have access to is_vouched | ||
* User can globally choose to | * User can globally choose to allow or forbid | ||
* Allow -> gets is_vouched | * Allow -> gets is_vouched | ||
* Forbid -> gets no data | * Forbid -> gets no data | ||
* Queries can be | * Queries can be | ||
** email | ** email | ||
== Default Settings == | |||
* API: Mozilla -> Allow | |||
* API: Community -> Allow | |||
== Interface Mockups == | == Interface Mockups == | ||
* [https://dl.dropbox.com/u/59169312/Mozillians/mocks/privacy.png Settings Screen] | * [https://dl.dropbox.com/u/59169312/Mozillians/mocks/privacy.png Settings Screen] | ||
== Privacy Review Guidelines == | |||
The below is for reference, the above follows these guidelines | |||
* [https://wiki.mozilla.org/Privacy/Reviews/PhonebookAPI Privacy Review] |
Latest revision as of 16:45, 1 November 2012
Privacy Settings
API: Mozilla
- Can have access to profile data
- User can choose to allow or forbid
- Allow -> gets profile data
- Forbid -> gets no profile data
- Queries can be
- group
- location
- skill
- language
API: Community
- Can have access to is_vouched
- User can globally choose to allow or forbid
- Allow -> gets is_vouched
- Forbid -> gets no data
- Queries can be
Default Settings
- API: Mozilla -> Allow
- API: Community -> Allow
Interface Mockups
Privacy Review Guidelines
The below is for reference, the above follows these guidelines