Post

Replies

Boosts

Views

Activity

Reply to iOS 13.5 Webfilter does not work
We also noticed that the filter configurations.socket new flow still comes to the extensionbut browser new flow does not get the call back ( HandleNewFlow ).We need filterBrowsers for wef filtering.let newConfiguration = NEFilterProviderConfiguration() newConfiguration.username = "" newConfiguration.organization = "FortiClient" newConfiguration.filterBrowsers = true <-- this does not work after upgrading IOS 13.5 newConfiguration.filterSockets = false <-- tested and this still works after upgrading IOS 13.5 newConfiguration.serverAddress = "(our server)" NEFilterManager.shared().providerConfiguration = newConfiguration
Jun ’20