---
title: globalPrivacyControlStatus
framework: WebKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, visionOS 27.0+]
path: webkit/webpage/navigationpreferences/globalprivacycontrolstatus
---

# globalPrivacyControlStatus

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

## Declaration

```swift
var globalPrivacyControlStatus: Bool
```

## Discussion

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.
