How do I know if my iOS Safari content blocker is

2019-08-08 19:10发布

This question already has an answer here:

Is there an iOS API that would tell me if my content blocker for Safari is enabled? Or do I have to resort to some kind of heuristics if I want to know that?

1条回答
爷的心禁止访问
2楼-- · 2019-08-08 19:39

Have been wondering the same question and eventually came up with this method: break the structure of your .json file and see if you get an error in debuger. If you do - everything is fine and you should revert your .json to the normal state and carry on.

查看更多
登录 后发表回答