Mozillians/Privacy-Specification: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "= Privacy Settings = == API: Mozilla == * Can have access to all data * User can choose to allow or forbid * Allow -> gets all data * Forbid -> gets no data * Queries can be ** ...")
 
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:


== API: Mozilla ==
== API: Mozilla ==
* Can have access to all data
* Can have access to profile data
* User can choose to allow or forbid
* User can choose to allow or forbid
* Allow -> gets all data
* 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 allor or forbid
* 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 ==
* [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
    • email
    • 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
    • email

Default Settings

  • API: Mozilla -> Allow
  • API: Community -> Allow

Interface Mockups

Privacy Review Guidelines

The below is for reference, the above follows these guidelines