Content blocking using Safari web extension is not working for dynamic ads/URLs

We are using manifest version 2, and currently some dynamic ads which come under the #document (documentURL) are not getting fetched and we are not able to block.

is there an alternative for onBeginRequest in iOS Safari? How can we fetch the dynamic URLs otherwise?

iOS doesn’t support webRequest, and dynamic content should be blocked using declarativeNetRequest, which is the only option for content blocking. If you’re seeing content slip through, please file feedback on Feedback Assistant with a sample project, and we can take a closer look.

Content blocking using Safari web extension is not working for dynamic ads/URLs
 
 
Q