---
title: WKSecurityRestrictionMode
framework: webkit
role: symbol
role_heading: Enumeration
path: webkit/wksecurityrestrictionmode
---

# WKSecurityRestrictionMode

## Declaration

```swift
enum WKSecurityRestrictionMode
```

## Overview

Overview Security restriction modes for WebView content.

## Topics

### Enumeration Cases

- [WKSecurityRestrictionMode.lockdown](webkit/wksecurityrestrictionmode/lockdown.md)
- [WKSecurityRestrictionMode.maximizeCompatibility](webkit/wksecurityrestrictionmode/maximizecompatibility.md)
- [WKSecurityRestrictionMode.none](webkit/wksecurityrestrictionmode/none.md)

### Initializers

- [init(rawValue:)](webkit/wksecurityrestrictionmode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
