Add common consent requirements for use in other applications.

Review Request #9945 — Created May 15, 2018 and submitted

Information

Djblets
release-1.0.x
7520b4e...

Reviewers

This introduces djblets.privacy.consent.common, which provides the
base for common consent requirements that might be useful elsewhere.
Applications can make use of these, subclassing them to provide details
specific to their use. By using these, they'll ensure that the
requirement IDs being used are standard. For Gravatars, this will be
important, as a future change will check these IDs before use.

Made use of these in an upcoming change for Review Board.

Description From Last Updated

How about: Gravatar will receive a one-way hashed version of your e-mail address. This is not personally identifiable, but could …

daviddavid
david
  1. 
      
  2. djblets/privacy/consent/common.py (Diff revision 1)
     
     
     
     
    Show all issues

    How about:

    Gravatar will receive a one-way hashed version of your e-mail address. This is not personally identifiable, but could potentially be used to track you across multiple sites that use Gravatar. Gravatar only has an avatar for you if you've set one with their service.

  3. 
      
chipx86
brennie
  1. Ship It!
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (479c2a6)
Loading...