Giter Site home page Giter Site logo

Comments (74)

asoltani avatar asoltani commented on September 17, 2024 5

@michael-oneill The CA AG's FSOR (Final Statement of Reasons) didn't seem to accept 'Do Not Track' as a global privacy mechanism because "the majority of businesses disclose that they do not comply with those signals" and the AG concluded "that businesses will very likely similarly ignore or reject a global privacy control if the regulation permits discretionary compliance". Later in one of the appendix they says that "If a business chooses to treat a “do not track” signal as a useful proxy for communicating a consumer’s privacy choices to businesses and third parties, the regulations do not prohibit this mechanism" -- but thats different than relying on DNT/TPE as the de-facto standard (snippet below).

CalOPPA), the OAG has reviewed numerous privacy policies for compliance with CalOPPA, which requires the operator of an online service to disclose, among other things, how it responds to “Do Not Track” signals or other mechanisms that provide consumers the ability to exercise choice regarding the collection of personally identifiable information about their online activities over time and across third- party websites or online services. (Bus. & Prof. Code, § 22757, subd. (b)(5).) The majority of businesses disclose that they do not comply with those signals, meaning that they do not respond to any mechanism that provides consumers with the ability to exercise choice over how their information is collected. Accordingly, the OAG has concluded that businesses will very likely similarly ignore or reject a global privacy control if the regulation permits discretionary compliance. The regulation is thus necessary to prevent businesses from subverting or ignoring consumer tools related to their CCPA rights and, specifically, the exercise of the consumer’s right to opt-out of the sale of personal information.

That said, I believe a mechanism that works similarly to DNT may be sufficient if it it designed with the express purpose of permitting consumers to communicate their privacy rights. @SebastianZimmeck and I have been thinking about this and hope to discuss in this weeks CG.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024 3

Rob, I believe at least Brave, FireFox, PrivacyBadger on the client side, and we were told New York Times & Washington Post comply.

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024 3

A fascinating discussion at the meeting yesterday. My takeaway is that there are two ways forward concerning this proposal.

  1. Involve multiple external lawyers from different jurisdictions, with different briefs to fully understand the legal ramifications. The output from this activity will benefit the proposal and ensure it is robust prior to deployment.

  2. Turn the proposal into a technical standard and remove all references to laws and specific signal use cases. Focus on the single use case of minimising repetitious preference entry.

In general, I remain concerned about the W3C being complicit in the implementation of a standard to support a specific law without agreement from the membership on the rules associated with doing so.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024 2

If a site needs to implement 2 designated methods, i.e. a Do Not Sell link (and all the necessary ability to communicate the user request to third-parties) and another method e.g. email, then they would need to identify the user (e.g. associate their email address with the tracking cookies), and perhaps share that association with third-parties. If we have a designated device level signal which has an unambiguous meaning, then all that would be unnecessary, and sites might then be encouraged to support the signal. AB370 would mean they have to declare it.
I look forward to hearing your ideas next meeting on this important topic.

from proposals.

dmarti avatar dmarti commented on September 17, 2024 2

Global Privacy Control (GPC) unofficial draft specification

"This document defines a signal, transmitted over HTTP and through the DOM, that conveys a user's request to websites and services to not sell or share their personal information with third parties. This standard is intended to work with existing and upcoming legal frameworks that render such requests enforceable."

(for discussion at privacycg meeting 8 Oct 2020)

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024 2

Landing page:

Specification:

Reference implementation:

Press releases:

Twitter account:

Public comments:

Blog posts, articles, videos, and podcasts:

Research:

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024 2

This is a Pandora’s box. If the W3C debates a technical standard for one particular regulator’s requirement, why not others? How is the list decided upon? What would commenters think if the W3C settled on a mixture of China (1/4 of our host organisations), Iraq and India’s regulations for a standard? Should web browsers really become implementation mechanisms of specific government regulation? If so which ones? Do they pick and choose?

These important questions need to be resolved before this subject is discussed further. I would welcome reopening the proposal for a Technical Policy Interest Group with a mandate to determine what base line policy W3C operates to. In 2016 there appeared to be no appetite to get involved in these subjects. Perhaps the time is now right to come back to the question?

If others disagree and the debate continues at this time then it’s important to recognise the distinction between directly-identifiable information (to which CCPA applies) and de-identified/pseudonymous IDs which are exempted.

from proposals.

LALeVasseur avatar LALeVasseur commented on September 17, 2024 2

But in my view privacy is a human right, so signals from anywhere need respecting the same way.

If privacy were a human right, the default behavior would be no selling/sharing of information, and people would opt in to allow it.

from proposals.

ebrawer avatar ebrawer commented on September 17, 2024 2

Utreon is supporting GPC. Support is indicated at https://utreon.com/.well-known/gpc.json

An implementation detail question: suppose a user logs-in via multiple browsers over a period of time. Some signal GPC true, and some false. Should a service or website consider that last received signal to be the current one?

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024 1

The CCPA AG final regulations https://oag.ca.gov/sites/all/files/agweb/pdfs/privacy/oal-sub-final-text-of-regs.pdf

The section § 999.315. Requests to Opt-Out requires that relevant businesses offer at lease 2 designated methods for submitting requests to opt-out, one via a site UI e.g.a link, and one of a list of others including email or snailmail.
Other than the site UI, which can identify the user via a locally managed mechanism e.g. a first-party low-entropy session cookie, most of these are unsuitable for the web because there is no way to copy all the the possible user identification mechanisms that may be present which could be any of first or third party cookie, other web storage, fingerprinting etc.
The only other method available is: "user-enabled global privacy controls, such as a browser plug-in or
privacy setting, device setting, or other mechanism, that communicate or signal the
consumer’s choice to opt-out of the sale of their personal information".
This requirement is reinforced by the current draft of the CPRA.
Leaving aside browser extensions which would be unwieldy to scale-up, we are left with a browser HTTP signal the simplest of which being a low-entropy value in a request header.
There is already a header that could suffice for this, DNT, which was also recognised as such by the drafters of the GDPR (in A21.5) and the ePrivacy Regulation draft (A10) passed by the EU parliament.

The Tracking Preference Expression document exists and would not be hard to revamp, why not revisit it?

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024 1

These are really good observations. We are a now at a point where both privacy laws and technical specifications are converging. Bridging the gap between the two is where our discussion can make a difference. Often, people in the legal and regulatory community do not know what is possible from a technical standpoint or they intentionally leave it to us for the blanks to be filled. That is where we have an opportunity to implement the laws on a practical level.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024 1

Then we had best get some legal expertise involved.

We do! Quite a number of people in our group are lawyers with expertise in privacy law and admissions to European and US bar associations (myself included, though, currently on inactive status).

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024 1

Its also not only GDPR/ePR that requires a consent mode. See Proposition 24 (bringing in the CPRA) page 43 the amendment 19 (v) to 1798.18 covering requirements for AG regulations.

provide a mechanism for the consumer to selectively consent to a business's sale of the consumer's personal Information, or the use or disclosure of the consumer's sensitive personal Information, without affecting their preferences with respect to other businesses or disabling the opt-out preference signal globally.

https://www.oag.ca.gov/system/files/initiatives/pdfs/19-0021A1%20%28Consumer%20Privacy%20-%20Version%203%29_1.pdf
Prop24-19

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024 1

Of course the default should be opted-out, but in CA sites do not have to support that. They should however have the ability to support it if they want to, and there should be a protocol for that.

from proposals.

AramZS avatar AramZS commented on September 17, 2024 1

I confirm above on the behalf of The Washington Post, we do intend to implement support for the signal in CA.

from proposals.

darobin avatar darobin commented on September 17, 2024 1

I can also confirm for The Times that we do intend to support this signal in CA, as well as in GDPR jurisdictions and regimes that are similar enough to the GDPR to have comparable rights (Brazil, Bermuda, UAE…).

from proposals.

asoltani avatar asoltani commented on September 17, 2024 1

We've scheduled an ad-hoc meeting on Thursday Dec 10th to discuss this further (right after the regular PrivacyCG teleconference). More details can be found here.

For reference, a draft proposal is available on github and we've put together a website, press release and FAQ for those that want more background.

We look forward to hearing everyone's feedback and questions.

from proposals.

TanviHacks avatar TanviHacks commented on September 17, 2024 1

Can we revisit this as part of the agenda this week? The outgoing attorney general has already expressed support for GPC.

@SebastianZimmeck @asoltani - Do you want to lead a discussion in the Privacy CG call tomorrow on this?

from proposals.

asoltani avatar asoltani commented on September 17, 2024 1

@LeVasseur-Me2B indeed. Unfortunately it's hard to dictate through a standard what a particular legal regime should do.

That said, as I mentioned on the call, the California CCPA, in their Final Statement of Reasons - Appendix E #73 does specify, in response to questions about whether such a mechanism can be on by default, "The consumer exercises their choice by affirmatively choosing the privacy control […] including when utilizing privacy-by-design products or services")

from proposals.

chelseakomlo avatar chelseakomlo commented on September 17, 2024 1

@rvaneijk great question. I would be surprised if there were any interest in a web browser vendor implementing, or their representatives even being involved in discussing implementing, specific jurisdiction's laws when there is no legal requirement for them to do so.

Note that major browsers are actually going above and beyond existing privacy laws, which is a great thing for user privacy. Allowing these privacy improvements to move forward is in users' best interest, which is what standards bodies exist for.

from proposals.

kasnder avatar kasnder commented on September 17, 2024 1

Is there any information on how to implement something similar for mobile apps? This refers to @SebastianZimmeck's point on "Which types of clients or platforms should be covered?".

At the initiative of Luis Alberto Montezuma, we had a lengthy discussion on this topic recently on Twitter.

There was also some discussion as to whether an implementation on Android would even be possible, so I now created a small proof of concept for Android: https://github.com/kasnder/gpc_android

I'm sure there are many flaws with my piece of code, but an implementation on Android seems possible to me?

from proposals.

AramZS avatar AramZS commented on September 17, 2024

I do have a proposal to build out this process for the IAB system - AramZS/IAB-CCPA-Framework-Implementation-Notes#2

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

This was a great call. In addition to @AramZS proposal, here are a few other related items (some of which we discussed in the call):

Also, the California Attorney General released the Written Comments Received During 2nd 15-Day Comment Period (takes a while to load, I should add).

I would be interested in hearing what everyone thinks as to which functionalities should be implemented. Should the standardization focus on Do-Not-Sell or go beyond?

from proposals.

jackfrankland avatar jackfrankland commented on September 17, 2024

Hi @SebastianZimmeck, just want to point you in the direction of a proposal I just made here: #11. It would be interesting if this or something like this has already come up previously, and your general thoughts. Cheers.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

@jackfrankland, I provided a few initial comments.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

I do have a proposal to build out this process for the IAB system - AramZS/IAB-CCPA-Framework-Implementation-Notes#2

@AramZS, could you explain your proposal a bit more? Wouldn't it be possible to process the uspString via a browser or browser extension as is?

from proposals.

AramZS avatar AramZS commented on September 17, 2024

@SebastianZimmeck This is specific to the current IAB CCPA process which is the most commonly adopted in the US among publishers and their legal understanding of how CCPA is handled, which most publishers are signed on in agreement with. The idea of the proposal is indeed to allow a browser or browser extention to set it. While, in theory, a browser could overwrite the window-level object to reset the output of the USP String, it isn't the expected behavior, and it would likely lead to the same sort of war of browser interactions that we see with ad blockers, one agent overwrites the object the other then watches for that and overwrites their object etc...

The specific concerns then are:

  • The USP interface provided in the IAB specification should be changed to take external input
  • That external input to alter any values notify the system processing the USP consent signal so that it can be processed. (This is a concern for any complex publisher that may want to then pass that consent change to other systems like newsletters that don't share the same execution space as their standard JS)
  • That external input be able to certify that it is user-initiated and not an automated change to the consent state, as automated changes to the consent state are not allowed by the law. According to the IAB's interpretation, all consent changes must occur with an active per-site action from the user.
  • That the USP interface can then process the request and signal if the change is accepted or rejected (the USP signal might be rejected, for instance, if the user is not actively in the CA area)

So my proposal aims to address all those concerns and leave a space for further extension, for example the additionalData object could be extended to allow plugins to attest that they have verified the users' CA residency or something like that, which is a larger discussion. Does that make sense?

from proposals.

LALeVasseur avatar LALeVasseur commented on September 17, 2024

Have there been any proposals or discussions around the idea that Do Not Track and Do Not Sell should be default settings, and that the individual not bear the burden to opt out?

from proposals.

dmarti avatar dmarti commented on September 17, 2024

@LALeVasseur Yes, at the early stages of discussion of the initiative that became the CCPA there were some proposals to make it more of a direct clone of Europe's GDPR, which (at least on paper) requires consent first. However the people who drafted the CCPA decided that an opt out based system would be more likely to hold up in court in the USA. The law here is set up for tracking and sales as the default and likely will be for quite a while.

Good news is that right now the regulations say that "user-enabled privacy controls" that signal your "choice to opt out of the sale of [your] personal information" have to be treated as a valid request to opt out. Which is huge if the privacy tool developer can make a credible claim that your setting was flipped on purpose by you and not set as a default or by some other software. That imho makes the proposal from @AramZS a good one..it complies with the law but requires not much action from the user, or from sites that already implement the IAB's CCPA spec.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

The idea of the proposal is indeed to allow a browser or browser extention to set it.

@AramZS, that is great!

Does that make sense?

Very much so.

@LALeVasseur, in addition to what @dmarti said, the Do Not Track signal is based on the California Online Privacy Protection Act, which requires operators of online services only to describe how they respond to Do Not Track signals (i.e., say whether they are honoring it or not). The current regulations to the CCPA on the other hand are requiring businesses receiving a Do Not Sell signal to honor such.

There is quite a bit of a discussion on this topic and what the default setting should be for the Do Not Sell signal (opt-in vs opt-out) in the Written Comments Received During 15-Day Comment Period and the Written Comments Received During 2nd 15-Day Comment Period. In a nutshell, on one side, sending a Do Not Sell signal should be an active decision by the user, but on the other side a user should not be disadvantaged from using a browser (or other user agent) that adheres to privacy by design and has privacy-preserving default settings.

I would expect that the California Attorney General will publish the next (and final?) iteration of regulations within the next days or weeks. At that time, I would suggest to have a call with everyone who is interested on how to concretely implement the Do Not Sell signal in browsers.

from proposals.

LALeVasseur avatar LALeVasseur commented on September 17, 2024

Thanks @dmarti and @SebastianZimmeck! I get the alignment to the regulation, but regulation doesn't always reflect a higher, aspirational set of human rights. Don mentioned the important differences between GDPR and CCPA on opting in/out--is there a reason, in a global SDO, to favor one regulation vs the other?

@SebastianZimmeck can you say more about how someone is disadvantaged from using a PBD enabled browser? Thanks for the links--I'll take a look.

From a human and humane perspective, Do Not Track and Do Not Sell should be default settings.

Finally, what is the order of precedence of the DNT/DNS signals and other preferences that may be set when the individual is logged in?

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

is there a reason, in a global SDO, to favor one regulation vs the other?

Ideally, the standard would account for these differences in the law. The applicable laws of different countries or geographies govern what is allowed and what is not allowed. The standard is a technical implementation of and must adhere to these laws (which are themselves are intended to effectuate human and constitutional rights). So, there could be different default settings (for example, opt in as the default for users in the EU and opt out for the users in the US).

@SebastianZimmeck can you say more about how someone is disadvantaged from using a PBD enabled browser?

The disadvantage could be that simple use of PBD enabled browser might not be seen as an active choice to convey a Do Not Sell signal as opposed to using a standard browser and enabling a Do Not Sell setting. In the first case an argument can be made that the Do Not Sell signal was not actively selected and can be disregarded. In the second case the user made an active selection, where such argument is more difficult to make.

Finally, what is the order of precedence of the DNT/DNS signals and other preferences that may be set when the individual is logged in?

That is a point that probably warrants further discussion. I do not think the discussion has converged to a clear answer. It may also depend a lot on the concrete situation. This question is also discussed quite a bit in the comments to the regulations mentioned above.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

@TanviHacks, in light of the finalized Regs, would it be possible to add a few minutes for discussion on this to the agenda of next call?

from proposals.

hober avatar hober commented on September 17, 2024

@TanviHacks, in light of the finalized Regs, would it be possible to add a few minutes for discussion on this to the agenda of next call?

If you'd like to discuss this issue on a cal, add the 'agenda+' label to it.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

Indeed, as @asoltani said, we have made lots of progress and would like to continue the discussion in the group.

from proposals.

LALeVasseur avatar LALeVasseur commented on September 17, 2024

I must have missed the opportunity to participate in the development of the draft spec--was there an invitation somewhere that I overlooked?

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

@LALeVasseur, we did not have an explicit call to participate. Though, you are very much welcome to do so. We are always looking forward to discuss.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

@TanviHacks, it would be great to continue the discussion in the next Privacy CG meeting. So, I am leaving the agenda+ label on. After that meeting we would then schedule an ad hoc meeting for a more detailed discussion.

from proposals.

LALeVasseur avatar LALeVasseur commented on September 17, 2024

So, is this spec being developed completely outside the W3C in the Global Privacy Control organization? Not sure, then, what the role of this issue thread (and the W3C) is wrt to this spec.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

@jwrosewell, @GoodTechWiki, and @LALeVasseur, we intend the spec to be developed inside the W3C. Everyone can be part of this discussion. We would like to continue in the next PrivacyCG call and then in a W3C ad hoc meeting.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

I agree a W3C standard should be internationally applicable, but the TPWG DNT experience showed how this could be done.
If it had been allowed to become a recommendation we would now have a user controlled opt-in and/or opt-out signal which would have met the user consent requirements of most if not all existing and emerging online privacy laws.
The rising mistrust for the web technology industry, driven to a large extent by privacy concerns, commands a lightweight and transparent worldwide standard for signalling consent and the W3C is the best place to do that.
I support the current proposal, with the rider that it be enhanced to support an opt-in mode. I also have some technical improvement suggestions.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

I pressed the close button by mistake

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024

If this proposal is to progress as proposed, the next step is to engage regulators and understand their requirements for such a feature. In the UK as a minimum this involves the Competition and Market Authority (CMA) who have suggested a common user identifier as one of several remedies to competition issues in the digital market and the Information Commissioners Office (ICO). In the case of Europe the commission are rethinking their approach to privacy and GDPR.

Progressing this proposal sets a precedent for the W3C which I find uncomfortable. Consulting the Advisor Committee (AC) seems like a logical next step given the feedback received in 2016 on these matters.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

In fact it is the European Council that has yet to finish its deliberations on the ePrivacy Regulation (which is meant to replace the existing ePrivacy Directive). The European Commission created the first draft which amended and agreed by the European Parliament back in in 2016 and published 2017. The legitimate interest exemption was recently inserted into the Council draft under lobbyist pressure but has now been deleted.
For the sake of transparency here is the current draft under the German Presidency:
http://downloads2.dodsmonitoring.com/downloads/EU_Monitoring/2020-09-24_Projet_e-privacy_Allemagne.pdf

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024

Thank you for the updated document. When does the ePrivacy Regulation become european law? How will it align with the UK CMA's position on common user ids? What about Australia, Brazil, China, India or 100s of other countries regulations? What process is then used to achieve global alignment? These all of 100s of questions that need to be answered.

I hope we can agree it is not the role of a technical standads body or a forum like this to answer such questions.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

The ePrivacy Directive, which requires user consent for access to browser storage, has been law since 2009, enacted in almost all member states (Germany had its own pre-existing Telemedia Act).
The ePrivacy Regulation was supposed to update it, e.g. bringing fines to the same level as the GDPR, but the Council sat on it.
The recent moves under the German Presidency should change that.
But in any case the opt-in requirement has long been current law, last year even confirmed by CJEU ruling.

from proposals.

lknik avatar lknik commented on September 17, 2024

Hello,

Slight comment.

Previously, the Tracking Protection Working Group developed the Tracking Preference Expression (DNT). There are certainly lots of learnings that can be taken from that effort for the question here. Though, a big difference is that recipients of a DNT signal are not required to comply with it.

Indeed, recipients of DNT/TPE do not need to comply but this is not a shortcoming of the standard (nor any difference, because with what), but the regulatory landscape (which is still in fluid).

It seems to me that the DNSell spec would be aligned towards California only?

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

It seems to me that the DNSell spec would be aligned towards California only?

Initially, the CCPA is a major application. Though, we envision that the GPC signal can apply more broadly. Depending on where the sender and recipient are located (and possibly other factors), it may have effects in other legal regimes.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

Indeed, nobody is compelled to comply with any W3C Recommendation. The TPE described a protocol to signal a users agreement or not for being tracked. Privacy laws imply its reception in various circumstances would have to be taken into account. If it had made it as a Recommendation the DPAs, EDPS, EDPB would have surely published more specific rules, just as the CA AG has done for the CCPA.

from proposals.

rvaneijk avatar rvaneijk commented on September 17, 2024

I welcome the GPC spec.

What stands out for me are when it comes to a application in the European context:
(1) both consent and the right to object under GDPR are bound to the purpose of the processing, which requires additional metadata to be specific and granular.
(2) opt-in requires IMHO a different protocol design in comparison to opt-out, e.g. synchronous instead of asynchronous.

I recommend to focus on the design for a CCPA expression by the browser with verifiable server claims, and not on GDPR and/or ePR signals at this stage.

from proposals.

LALeVasseur avatar LALeVasseur commented on September 17, 2024

Then we had best get some legal expertise involved.

from proposals.

lknik avatar lknik commented on September 17, 2024

I recommend to focus on the design for a CCPA expression by the browser with verifiable server claims, and not on GDPR and/or ePR signals at this stage.

Good thinking! It would be best to strip the GDPR/etc aspects (though I understand the PR needs ;-)) for the time being Some of the granularity was offered by TPE, but since this one did not look promising enough for W3C, maybe better not to link to it via GPC.

Then we had best get some legal expertise involved.

I've got an impression that many people with knowledge of EU regulatory framework are already involved (myself, kind of also included, even more so for @rvaneijk!).

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024

At this point, it seems worthwhile to have a discussion of these developments with the goal of converging to a standard.

It would be understandable for an outside observer to conclude the member organisations represented in this group are seeking to implement specific legislation within browser standards. I'm not sure that is the case.

Before this issue continues as is Privacy CG chairs should ask the Advisory Committee (AC) if there is an appetite among W3C members to establish a standard based on specific jurisdiction's laws, and if so should such a standard limit individual entities who may not be browser vendors from making a choice concerning compliance with said standard and laws.

Alternatively the scope could be limited explictly to a discussion about these laws, and the issue re-submitted without any reference to standards.

from proposals.

darobin avatar darobin commented on September 17, 2024

@rvaneijk Consent needs to be specific (evidently) but not its withdrawal. Likewise for objections — at least that is my understanding. As a data subject, when you are processing my data, I see no reason why I could not withdraw my consent from your sharing it with other controllers (ditto objection for LI). If that requires you to stop more processing than just that, that's a problem of your technical set up. At the very least for LI Art21 is clear that it can be done through automated means.

GPC does not involve opt in, so thankfully we're spared these issues (here).

GDPR isn't included for "PR" purposes, it's included because even though it's a currently unused GDPR angle, there seems to be no reason not to. The BM Privacy Commissioner has indicated that under PIPA, which is a GDPR-style regime, GPC would be applicable.

We probably need to tighten up the text in GPC, taking additional expert input into account (we went broad on purpose initially), but this is meant to work wherever people have rights.

from proposals.

hlauinfo avatar hlauinfo commented on September 17, 2024

The California AG's office has concluded that when privacy preference signals can be ignored by websites without legal consequence, they will be. That, in short, can be the simple obit for DNT. CCPA allows for the creation of this very signal and provides legal standing/enforcement behind it. I'm surprised that discussion around this topic has not moved more quickly in light of the game-changing opportunities that it affords to the average consumer.

I am not as well-versed on recent GDPR updates. How much legal teeth are behind such a signal in Europe right now as the law currently stands? If there is not explicit legal standing, as there is in the CCPA, then perhaps we can just focus our efforts on the California-specific Do Not Sell standard for now before tackling GDPR.

I also wanted to stress - as I discussed with @johnwilander and others before, that this setting must be exposed to the consumer in order for it to have legal standing, as it is an explicit opt-out. Privacy by default is great but has even more legal teeth with this preference chosen explicitly.

from proposals.

JulesPolonetsky avatar JulesPolonetsky commented on September 17, 2024

@rvaneijk Consent needs to be specific (evidently) but not its withdrawal. Likewise for objections — at least that is my understanding. As a data subject, when you are processing my data, I see no reason why I could not withdraw my consent from your sharing it with other controllers (ditto objection for LI). If that requires you to stop more processing than just that, that's a problem of your technical set up. At the very least for LI Art21 is clear that it can be done through automated means.

GPC does not involve opt in, so thankfully we're spared these issues (here).

GDPR isn't included for "PR" purposes, it's included because even though it's a currently unused GDPR angle, there seems to be no reason not to. The BM Privacy Commissioner has indicated that under PIPA, which is a GDPR-style regime, GPC would be applicable.

We probably need to tighten up the text in GPC, taking additional expert input into account (we went broad on purpose initially), but this is meant to work wherever people have rights.

@darobin I understood Rob's "ePR signals" as referencing the ePrivacy Regulation (not "PR" public relations). In any event, looking forward to discussing.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

Agreed it will be tricky to graft on the European style consent requirements onto an opt-out standard, as it was for the TPE.
The problems are easily soluble technically, but not when it comes to getting consensus amongst differing philosophies or interests.
Not impossible though, as the DNT experience showed.

from proposals.

JulesPolonetsky avatar JulesPolonetsky commented on September 17, 2024

Thoughts on indicating jurisdiction? Every state may define global opt-outs or sale differently. Some orgs may respect a signal in some manner in every jurisdiction, some may only in certain jurisdictions. Complications of course when a site has differing geo details about an individual, but the signal also may be passed on to parties that do not have geo information.

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

Sites should declare how they respond to any client that presents a signal. If they want to differentiate based on IP source address then that's up to them. They could declare in a dynamically generated GPC support resource.
But in my view privacy is a human right, so signals from anywhere need respecting the same way.

from proposals.

rvaneijk avatar rvaneijk commented on September 17, 2024

To what extent is there impementer's interest? Or still too early?
Apologies if this is clear for everyone here and has been discussed on a call already. Catching up..

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024

@rvaneijk great question. I would be surprised if there were any interest in a web browser vendor implementing, or their representatives even being involved in discussing implementing, specific jurisdiction's laws when there is no legal requirement for them to do so. To do so would go against their well known and stated public position on such matters. In my experience such a change in position would require approval from the very top.

It is for this reason I believe this matter should go to the AC for consideration by the membership which might then enable web browser representatives to engage in such a discussion after a W3C policy on such matters has been agreed to.

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024

How do you know if someone is in California?

from proposals.

eligrey avatar eligrey commented on September 17, 2024

I think 'Do Not Sell' consent signals should be gated by genuine user initiation (e.g. consent can only be set in the handler for a trusted user-triggered UIEvent).

from proposals.

hlauinfo avatar hlauinfo commented on September 17, 2024

Can we revisit this as part of the agenda this week? The outgoing attorney general has already expressed support for GPC.

from proposals.

asoltani avatar asoltani commented on September 17, 2024

from proposals.

TanviHacks avatar TanviHacks commented on September 17, 2024

Thanks! I've added this to the agenda.

from proposals.

LeVasseur-Me2B avatar LeVasseur-Me2B commented on September 17, 2024

I realize how closely related this standard is to the CCPA/CPRA regulation, and I have to raise once more (last time, promise) that a global standard should transcend one jurisdiction's specific regulation. This standard, in particular, should uphold the principle of Privacy by Default. A global privacy signal called "Do Not Sell" without a default setting of "enabled" does not do that. I continue to advocate for a default setting "Do Not Sell" as enabled to uphold the principle of Privacy by Default.

from proposals.

asoltani avatar asoltani commented on September 17, 2024

I'm happy to provide an update on GPC adoption and the various US state privacy proposals that include language for a 'Global Privacy Control' if it would be helpful (and theres room on the agenda). @TanviHacks

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

I added both labels agenda+ and agenda+F2F for an update depending on which meeting has time available.

from proposals.

jwrosewell avatar jwrosewell commented on September 17, 2024

I've just checked the agenda here and don't see GPC included. Does anyone know the time the discussion is scheduled for?

from proposals.

michael-oneill avatar michael-oneill commented on September 17, 2024

I think thats a bit of a stretch, the law in Europe has required specific, informed and freely given prior consent for tracking since 2009 (ePrivacy), and as easy to withdraw consent as to give it since 2016 (GDPR)
But I agree its great that browsers are finally catching up (more some than others of course).

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

In light of the upcoming GPC discussion, here is the spec as it stands.

from proposals.

SebastianZimmeck avatar SebastianZimmeck commented on September 17, 2024

Nice work, @kasnder! I opened an issue in your repo to discuss a bit more over there.

from proposals.

martinthomson avatar martinthomson commented on September 17, 2024

We have moved this to the CG as a work item. Closing this.

from proposals.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.