Reputation: 1
Pre-requisites: Xcode: 14 iOS: 16 Device: iPhone 14
Trying to create a simple content blocker using the content blocker extension from the Xcode. Steps to reproduce:
You will see 2 files:
What I'm trying is adding a site in blockerList.json file:
{
"action": {
"type": "block"
},
"trigger": {
"url-filter": "www.google.com"
}
}
After running the same in iPhone 14 it's not blocking google.com.
P.S: Content blocker is enabled in the safari settings and extensions are toggled on in safari extension part.
Upvotes: 0
Views: 628