Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种在打开网站 URL 之前获取它的方法,并在 URL 被列入黑名单时阻止浏览器打开它。最接近的模拟是 Lookout Mobile Security 的安全浏览功能。但是它只适用于默认浏览器,但即使这样也很棒。
据我所知,不可能对所有类型的浏览器都这样做,因为我们需要有根手机并修改 iptables。
好的,它看起来像一个 hack,但是它可以工作,这是大多数 web 过滤器和反病毒在 android 中工作的方式。 您必须创建一个监控浏览器历史记录的 contentObserver。当页面快要加载时,打开的链接会出现在列表中。何时做出反应取决于您。