<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEFilterNewFlowVerdict/remediateVerdict(withRemediationURLMapKey:remediationButtonTextMapKey:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEFilterNewFlowVerdict(cm)remediateVerdictWithRemediationURLMapKey:remediationButtonTextMapKey:"
  },
  "title" : "remediateVerdict(withRemediationURLMapKey:remediationButtonTextMapKey:)"
}
-->

# remediateVerdict(withRemediationURLMapKey:remediationButtonTextMapKey:)

Create a verdict that indicates to the system that all of the new flow’s data should be dropped, but allow the user to request access by tapping or clicking on a URL.

```
class func remediateVerdict(withRemediationURLMapKey remediationURLMapKey: String, remediationButtonTextMapKey: String) -> NEFilterNewFlowVerdict
```

## Parameters

`remediationURLMapKey`

The key in the Filter Control Provider’s [`remediationMap`](/documentation/NetworkExtension/NEFilterControlProvider/remediationMap) dictionary corresponding to the URL of the remediation link to give to the user.

`remediationButtonTextMapKey`

The key in the Filter Control Provider’s [`remediationMap`](/documentation/NetworkExtension/NEFilterControlProvider/remediationMap) dictionary corresponding to the text of the remediation link text to give to the user.

## Return Value

An `NEFilterNewFlowVerdict` object.

## Discussion

When the Filter Data Provider returns this verdict from its `handleNewFlow:` method, the system uses the verdict’s `remediationURLMapKey` and `remediationButtonTextMapKey` to look up the remediation URL parameters in the [`remediationMap`](/documentation/NetworkExtension/NEFilterControlProvider/remediationMap) dictionary set by the Filter Control Provider. The remediation URL parameters are then inserted into the block page which is presented to the user.

---

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)