---
title: shouldEvaluateURLs
framework: browserenginekit
role: symbol
role_heading: Type Property
path: browserenginekit/bewebcontentfilter/shouldevaluateurls
---

# shouldEvaluateURLs

Determines whether the built-in web content filter is active.

## Declaration

```swift
class var shouldEvaluateURLs: Bool { get }
```

## Return Value

Return Value true if the built-in web content filter is active; false, otherwise.

## See Also

### Evaluating URLs

- [evaluateURL(_:completionHandler:)](browserenginekit/bewebcontentfilter/evaluateurl(_:completionhandler:).md)
