---
title: hasAccessToAllURLs
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkwebextensioncontext/hasaccesstoallurls
---

# hasAccessToAllURLs

A Boolean value indicating if the currently granted permission match patterns set contains the <all_urls> pattern.

## Declaration

```swift
var hasAccessToAllURLs: Bool { get }
```

## Discussion

Discussion This does not check for any * host patterns. In most cases you should use the broader hasAccessToAllHosts.

## See Also

### Related Documentation

- [currentPermissionMatchPatterns](webkit/wkwebextensioncontext/currentpermissionmatchpatterns.md)
- [hasAccessToAllHosts](webkit/wkwebextensioncontext/hasaccesstoallhosts.md)
