Contents

urlAppendStringMap

A dictionary containing strings to be appended to URLs.

Declaration

var urlAppendStringMap: [String : String]? { get set }

Discussion

When the Filter Data Provider determines that a string should be appended to the request URL for a new flow, it creates a NEFilterNewFlowVerdict object using the URLAppendStringVerdictWithMapKey: class method. The system uses the URLAppendStringVerdictWithMapKey: method to look up the corresponding string in this dictionary. The system then appends the string to the flow’s request URL.

See Also

Handling remediation