User redirection using NetworkExtension infrastructure

I have an application that uses the NEFilterProvider API to filter URLs (allows / blocks browsing). The extensions ControlProvider and DataProvider are created.

So for this moment, I can block / allow certain URLs. I wonder if there is a way to implement a redirect to a custom URL using NetworkExtension?

+4
source share
1 answer

According to NEFilterDataProvider :

-, - WebKit "", , . , .

, "block". URL-, API NEFilterProvider.

VPN-. .

+2

Source: https://habr.com/ru/post/1665157/


All Articles