#1265: WG New Spec: Global Privacy Control (GPC)

Visit on Github

Opened Aug 14, 2026

Specification

https://w3c.github.io/gpc/

Explainer

https://w3c.github.io/gpc/explainer

Links

The specification

Where and by whom is the work is being done?

Feedback so far

You should also know that...

  • As of August 14, 2026, 385,000+ websites declare compliance with GPC as indicated via the GPC .well-known support resource
  • Per Amazon's Additional State-Specific Privacy Disclosures, "In 2025, Amazon received approximately 349.5 million cross-context behavioral advertising opt-out requests. The large majority of those requests are from visits to our website with GPC already enabled."
  • GPC is required by law in at least five US states: California, Connecticut, Colorado, Oregon, and New Jersey. It is actively enforced. See, e.g., Connecticut, California and Colorado Announce Joint Investigative Privacy Sweep.
  • Starting on January 1, 2027 every browser is required to have a GPC setting under the California Opt Me Out Act, an amendment to the California Consumer Privacy Act.
  • Under its proposed amendment of the General Data Protection Regulation with privacy preference signals in a new Art. 88b under the European Union's Digital Omnibus, the European Commission expressed interest to adopt GPC.
  • Research showed that "enabling the Global Privacy Control (GPC) signal initially reduces the number of intractable cookies by 30% on average, with a further 32% reduction possible on subsequent visits by rejecting the banners."
<!-- Content below this is maintained by @w3c-tag-bot -->

Track conversations at https://tag-github-bot.w3.org/gh/w3ctag/design-reviews/1265

Discussions

Log in to see TAG-private discussions.

Comment by @hadleybeeman Aug 19, 2026 (See Github)

Hi @npdoty @pes10k @SebastianZimmeck @j-br0 @aramZS. We're just starting to look at this. For our files (well, for our GitHub labels), is this work happening in a W3C working group or community group? We can still look at it if not, but it would help us to get that straight.

Many thanks!

Comment by @SebastianZimmeck Aug 19, 2026 (See Github)

Thank you, @hadleybeeman!

The work is happening in the Privacy Working Group.

Comment by @bkardell Sep 2, 2026 (See Github)

Discussing this with @hlflanagan and she noticed that it seems globalPrivacyControl is exposed on WorkerNavigator, but its normative value is defined in terms of the gpcAtNavigation value of the top-level browsing context. It isn't clear to us how this is intended to work for shared or service workers that may not correspond to a single top-level browsing context. Could this be clarified?