Skip to main content
Build trusted data with Ethyca.

Subject to Ethyca’s Privacy Policy, you agree to allow Ethyca to contact you via the email provided for scheduling and marketing purposes.

Glossary

Global Privacy Control(GPC)

Last reviewed

A browser-based signal that lets users automatically communicate a "do not sell or share" preference to every website they visit. GPC is recognized as a valid opt-out signal under CCPA/CPRA and several other US state privacy laws.

GPC is a browser- or extension-level signal that lets users automatically express a "do not sell or share my personal information" preference to every website they visit. The signal is sent as an HTTP header (Sec-GPC: 1) and via a JavaScript property (navigator.globalPrivacyControl), allowing websites to honor it without requiring the user to click an opt-out on every site individually.

Legally, GPC has gained recognition rapidly. The California Privacy Protection Agency confirmed in 2022 that GPC must be honored as a valid opt-out under CCPA/CPRA. Colorado, Connecticut, and several other state privacy laws have adopted similar requirements, generally framed as obligations to honor "universal opt-out mechanisms" (UOOMs). The EU's emerging ePrivacy Regulation drafts contemplate analogous mechanisms.

For organizations operating in covered US jurisdictions, honoring GPC is no longer optional. The implementation challenge is plumbing: the signal needs to be detected at the edge, propagated through the consent management platform, and applied consistently across analytics, advertising, and personalization tooling — without breaking essential site function. Compliance is mostly an engineering problem dressed up as a legal one.