Can you clarify what you mean by that?
I mean, we are working on implementing a solution that prevents access to specific URLs by blocking any websites included in a predefined block list across all browsers installed on an iOS device. The goal is to ensure that users cannot access restricted web content, regardless of which browser they use on the device. As our SDK's main goal is to prevent bank users from getting scammed.
If you see in the above images, currently I have created a POC using content filter where I am trying to check if url entered by user is there in the blocked url rules if it is so then do not load that URL and eventually browser shows error including organization name . I want to achieve similar kind of behaviour in case of URL filter