Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add privacy best practices section #229
Add privacy best practices section #229
Changes from 3 commits
72e781f
750518a
8103d58
8d74906
1512887
c75bff7
d4fe977
550e6c0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this include IP address/location? If so, would we want to do this outside of a GDPR compliant website?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think the actual regulation matters so much as this being what "designing for privacy" means. And yes, it would include IP address and location.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the issue here has to do with what we consider to be "personal" data. It is not, for example, my view (or I think an objective reading of GDPR's view) that stock data collected by Google Analytics (that's not augmented programmatically) does not constitute anything like personal information or require disclosure. That said, many implementing GDPR are opting for a much more cautious approach, and IMO, creating a terrible UX that requires an opt in even for basic and effectively anonymized analytic data (or cases where data may not anonymized - i.e. ad trackers - but we're not collecting new data) that's especially confusing and toxic for non sophisticated visitors. Meaning, this directive in our best practices is rather vague in terms of understanding implementation guidance.
My view is that we should create an alternative practice that is similar to this, but makes it clear that by personal data we mean associated clearly identifiable information about the visitor including collection of name, DOB, phone number, email address (etc) in a contact form or by some other third party tracker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the language slightly here in 550e6c0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to mandate this for non-GDPR websites?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Best practices are not a mandate, are they? These all seem like good things to design privacy features around anytime you're collecting user data. I guess whether we agree on that as a company is the question :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's a happy medium here which makes it sound like this is not 10up's responsibility to devise this process and make it clear that this doesn't have to be time consuming for engineering, i.e.:
"Encourage the site owner / manager to ensure that there is a process in place to let users easily request access to their data and to manage and report any data breaches. From a development perspective, this can be as basic as including contact information in the privacy policy."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated in d4fe977