Trying to make the URL filter sample work

Hello,

I've been experimenting with the new NEURLFilter API and so far the results are kind of strange.

SimpleURLFilter sample contains a bloom filter that seems to be built from this dataset in pir-service-example.

I was able to run SimpleURLFilter sample and configure it to use PIRService from the example repo. I also observed the requests that iOS has been sending: requesting config and then sending /queries request.

What I haven't seen is any .deny verdict for any URL. Even when calling NEURLFilter.verdict(for: url) directly I cannot see a .deny verdict.

Is there anything wrong with the sample or is there a known issue with NEURLFilter in the current beta (beta 8) that prevents it from working?

Answered by DTS Engineer in 855984022

I haven’t had the chance to play with URL filter myself yet, but another third-party developer has been playing with it and posted their results on this thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I haven’t had the chance to play with URL filter myself yet, but another third-party developer has been playing with it and posted their results on this thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

i have the exact same issue

Trying to make the URL filter sample work
 
 
Q