Inori
FeaturesToolsPricing
Learn
GuidesStep-by-step tutorials and walkthroughs
GlossaryInsurance and compliance terminology
CompareSee how Inori compares to alternatives
Support
Help CenterFind answers and get support
ChangelogLatest updates and improvements
DemoSee Inori in action
Legal
PrivacyHow we handle your data
TermsTerms of service and usage
Blog
Sign InStart Free

Product

  • Features
  • Pricing
  • Tools
  • Demo

Resources

  • Help Center
  • Guides
  • Glossary
  • Compare

Company

  • About
  • Blog
  • Changelog
  • Contact

Legal

  • Privacy
  • Terms
  • DPA
  • Security

© 2026 Inori Inc.

  1. Home
  2. /Glossary
  3. /GPC (Global Privacy Control)

GPC (Global Privacy Control)

A browser-level signal (Sec-GPC: 1 HTTP header) that communicates a user's preference to opt out of the sale or sharing of their personal information. Legally recognized as a valid opt-out mechanism under CCPA/CPRA.

Overview

Global Privacy Control (GPC) is an open technical specification that lets users communicate a universal opt-out preference through their browser or extension. When enabled, the browser sends a Sec-GPC: 1 HTTP header with every request. Websites that recognize this signal must treat it as a valid opt-out of sale or sharing of personal information under CCPA/CPRA.

Legal Status

  • California (CCPA/CPRA): The California AG and CPPA have confirmed GPC is a legally binding opt-out signal under Cal. Civ. Code §1798.120. The CPPA's 2023 enforcement actions have specifically cited failure to honor GPC.
  • Colorado (CPA): GPC is a valid universal opt-out under C.R.S. §6-1-1313(5).
  • Connecticut (CTDPA): GPC-equivalent signals must be honored.
  • Oregon: GPC is recognized under the Oregon Consumer Privacy Act.

How to Enable GPC

  • Brave Browser: Enabled by default.
  • Firefox: Enable via privacy.globalprivacycontrol.enabled in about:config.
  • Chrome: Install Privacy Badger or the GPC extension.
  • Safari: Third-party extensions available.

How Inori Honors GPC

When Inori detects Sec-GPC: 1:

  1. A inori_gpc=1 cookie is set with a 12-month expiry.
  2. The user's gpc_opt_out column in the database is marked true.
  3. PostHog analytics capture is disabled for that session (posthog.opt_out_capturing()).
  4. Sentry error capture is disabled (beforeSend: null).
  5. The response includes an X-GPC-Honored: true header for browser verification.

This behavior is persistent — you don't need to send the header on every visit. Once set, the preference is remembered.

Relationship to the Analytics Opt-Out Toggle

GPC and the Settings → Privacy analytics toggle are independent signals that produce the same outcome. GPC is a browser-level signal; the toggle is an explicit in-app preference. Either one disables PostHog and Sentry for your account.

See how Inori handles gpc (global privacy control)

Try our free COI checker first, or start a free trial of the full platform.

Free COI CheckerStart Free Trial

Related Terms

CCPA / CPRA (California Consumer Privacy Act / California Privacy Rights Act)

California's comprehensive consumer privacy laws giving residents the right to know, delete, correct, and opt out of the sale or sharing of their personal information. CPRA amended and expanded CCPA effective January 1, 2023.

DSAR (Data Subject Access Request)

A formal request by an individual to a company to exercise their privacy rights — including accessing, correcting, deleting, or exporting their personal data — as provided by CCPA, CPRA, GDPR, and U.S. state privacy laws.