**Global Privacy Control (GPC)** is a browser-based privacy signal that tells websites:
“Do not sell or share my personal information.”
When a user enables GPC, any site that supports it—like those using Osano—must automatically honor this opt-out preference, without the user needing to take further action.
Go to your Cookie Consent configuration settings.
Toggle on “Support Global Privacy Control (GPC)”.
Select Save Changes.
Publish your configuration.
This allows Osano to detect and apply GPC signals according to jurisdiction-specific rules. Once GPC is activated, additional functionality will be available for review, including the banner and drawer indicators and the Opt-Out Widget.
When GPC is enabled, the Banner, Drawer, and Do Not Sell modal will be updated to display additional indicators indicating that a GPC signal is being honored. These indicators are only visible to site visitors in the United States. There is currently no way to disable these indicators when the GPC setting is enabled. When the GPC setting is disabled, they will no longer be visible to users.
The changes can be previewed in the Preview tab by selecting a state in the United States and enabling the 'Simulate GPC Signal' toggle.
The 'Opt-Out Widget' is an optional but recommended setting that displays a small 'opt-out honored' widget for United States site visitors who are sending an active GPC signal when viewing your website. This widget helps comply with California's CPRA, which requires a visual indication to site visitors that their opt-out signal is being honored.
If you choose to disable this feature, we strongly recommend implementing an additional visual indicator on every page of your website to ensure you do not fall out of compliance with California regulations.
How to disable this feature:
Go to your Cookie Consent configuration Styles page.
Scroll to the Show Opt-Out Widget setting and toggle on/off, as needed.
If enabled, you can also adjust the floating widget's position on the screen to either the bottom-left or bottom-right.
Select Save Changes.
Publish your configuration.
Notes:
To see your changes immediately without cache interference, check your changes using a private/incognito window.
If you enable the Opt-Out widget alongside the Cookie widget, the Cookie widget will always be displayed closest to the edge of the viewport.
Supported tools include:
DuckDuckGo browser
Brave browser
Firefox browser
Chrome browser
Note: When testing GPC, please avoid using a private or incognito browser window. These modes often apply extra restrictions that may interfere with accurate testing. For the most reliable results, we recommend using a standard browser window in a GPC-compatible browser.
Ensure GPC or Do Not Sell are enabled in your browser settings
Visit your site
Open Developer Tools → Console
Run:
navigator.globalPrivacyControlIf it returns true, GPC is active.
Disable GPC in your browser or extension
Clear cookies/cache
Run the same command—now it should return false or undefined
"OPT_OUT": "ACCEPT" is set in the consent object
The banner, drawer, and/or do not sell modal will display a visual indicator noting that an Opt-Signal is being honored
The following toggles are automatically set and locked:
Do Not Sell or Share → ON
Marketing / Targeted Advertising → OFF
The relevant privacy string (usprivacy or GPP) is sent via the IAB framework
"OPT_OUT": "ACCEPT" is recorded in the Consent Object
The following toggles are automatically set and locked:
Marketing / Targeted Advertising → OFF
You can listen for the OPT_OUT event via Osano’s API to trigger custom behavior
Open your browser console
Run:
Osano.cm.getConsent()You’ll see something like:
{
"ANALYTICS": "ACCEPT",
"ESSENTIAL": "ACCEPT",
"MARKETING": "DENY",
"OPT_OUT": "ACCEPT",
"PERSONALIZATION": "ACCEPT",
"STORAGE": "ACCEPT"
}A: When Osano detects a GPC signal, these categories are locked to ensure compliance with U.S. privacy laws. Users have explicitly opted out, and changing those settings could violate legal requirements.
A: In California (and other U.S. states with privacy laws), GPC is a recognized mechanism under CPRA and similar frameworks. While not federally mandated, many organizations treat GPC as a legal signal to honor.
A: No. If GPC is present, Osano will always treat the user as opted out for the relevant categories. There is no supported override in the CMP UI or backend.
A: In most cases, no. GPC does not suppress the banner, but it pre-sets and locks specific consent categories before user interaction. Starting in November 2025, in the United States, the banner and drawer will show an 'opt-out signal' indicator when a GPC signal is present on an end user's browser to comply with California's 1/1/2026 CPRA requirements.
A: No, it is not currently possible to change any of the current CMP layouts with respect to the visual indicators of opt-out signals.
A: No, it is not currently possible to edit the locations where the Opt-Out widget and visual indicators are shown. They are currently only visible to users in the United States.
A: It is possible to edit the text via the Text Customization feature within a Cookie Consent configuration.
A: The ability to update the widget and indicator color palettes will be available in a future Q1 2026 release.