A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/Navigator/globalPrivacyControl below:

Navigator: globalPrivacyControl property - Web APIs

Navigator: globalPrivacyControl property

Limited availability

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The Navigator.globalPrivacyControl read-only property returns the user's Global Privacy Control setting for the current website. This setting indicates whether the user consents to the website or service selling or sharing their personal information with third parties.

The value of the property reflects that of the Sec-GPC HTTP header.

Value

true if the user explicitly does not provide consent to sell or share their data. false if the user either grants consent, or has not indicated a preference.

Example
console.log(navigator.globalPrivacyControl);
// "true" if the user has specifically indicated they do not want their data shared or sold, otherwise "false".
Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3