<!--
{
  "availability" : [
    "iOS: 26.2.0 -",
    "iPadOS: 26.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BEWebContentFilter",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(cs)BEWebContentFilter"
  },
  "title" : "BEWebContentFilter"
}
-->

# BEWebContentFilter

An object that represents a web content filter.

```
class BEWebContentFilter
```

## Topics

### Managing URL blocking

[`-  allowURL:completionHandler:`](/documentation/BrowserEngineKit/BEWebContentFilter/allow(_:completionHandler:))

Adds a previously blocked URL to the web content filter’s allow list.

### Evaluating URLs

[`-  evaluateURL:completionHandler:`](/documentation/BrowserEngineKit/BEWebContentFilter/evaluateURL(_:completionHandler:))

Determines whether to block a URL.

[`shouldEvaluateURLs`](/documentation/BrowserEngineKit/BEWebContentFilter/shouldEvaluateURLs)

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

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)