---
title: allow()
framework: networkextension
role: symbol
role_heading: Type Method
path: networkextension/nefilterremediationverdict/allow()
---

# allow()

Create a verdict that indicates to the system that the Filter Data Provider will allow the flow to pass to its final destination when/if the flow is requested again.

## Declaration

```swift
class func allow() -> NEFilterRemediationVerdict
```

## Return Value

Return Value A NEFilterRemediationVerdict object.

## See Also

### Creating remediation verdicts

- [drop()](networkextension/nefilterremediationverdict/drop().md)
- [needRules()](networkextension/nefilterremediationverdict/needrules().md)
