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

# isLockdownModeEnabled

A Boolean value that indicates whether to use Lockdown Mode in the web page.

```
var isLockdownModeEnabled: Bool { get set }
```

## Discussion

By default, this reflects whether the user has enabled Lockdown Mode on the device. Update this preference to
override the device setting when you implement a per-website or similar setting.

---

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)