---
title: limitsNavigationsToAppBoundDomains
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebviewconfiguration/limitsnavigationstoappbounddomains
---

# limitsNavigationsToAppBoundDomains

A Boolean value that indicates whether the web view limits navigation to pages within the app’s domain.

## Declaration

```swift
var limitsNavigationsToAppBoundDomains: Bool { get set }
```

## See Also

### Configuring the web view’s behavior

- [websiteDataStore](webkit/wkwebviewconfiguration/websitedatastore.md)
- [userContentController](webkit/wkwebviewconfiguration/usercontentcontroller.md)
- [processPool](webkit/wkwebviewconfiguration/processpool.md)
- [applicationNameForUserAgent](webkit/wkwebviewconfiguration/applicationnameforuseragent.md)
- [upgradeKnownHostsToHTTPS](webkit/wkwebviewconfiguration/upgradeknownhoststohttps.md)
