<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebPage/NavigationPreferences/isGlobalPrivacyControlEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "s:6WebKit0A4PageC21NavigationPreferencesV29isGlobalPrivacyControlEnabledSbvp"
  },
  "title" : "isGlobalPrivacyControlEnabled"
}
-->

# isGlobalPrivacyControlEnabled

Whether the Global Privacy Control (GPC) signal is enabled for the navigation.

```
var isGlobalPrivacyControlEnabled: Bool
```

## Discussion

The default value of this property is `false`. When enabled, both `navigator.globalPrivacyControl`
and the `Sec-GPC: 1` request header are active for the main frame, its subframes, and their subresources.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)