家长控制应用程序如何进行网页过滤和网站阻止

发布于 2024-09-10 21:22:43 字数 71 浏览 4 评论 0原文

我只是想知道家长控制网站如何在其应用程序中进行有问题的网络过滤和 URL 阻止?

我问是因为我需要构建类似的东西

I just wonder how does the parental-control sites do problematically the web filtering and the URL blocking in their applications?

I ask because I need to build something similar

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夕嗳→ 2024-09-17 21:22:43

家长控制应用程序是在网址中查找特定字符串的网络代理。如果代理遇到“顽皮”列表中的字符串之一,则会阻止对网页的访问。

阻止意味着 Web 代理发送自己的 HTML 页面,而不是“顽皮”网页。

一些家长控制应用程序具有网页白名单,而不是尝试将“顽皮”网页列入黑名单。白名单意味着仅显示列表中的网页,而所有其他网页将被阻止。

诀窍是让父母轻松控制“顽皮”列表,而孩子们则无法关闭代理。

Parent control applications are web proxies that look for particular strings in the web address. If the proxy encounters one of the strings on the "naughty" list, access to the web page is blocked.

Blocked means that the web proxy sends its own HTML page, rather than the "naughty" web page.

Some parent control applications have a white list of web pages, rather than trying to black list the "naughty" web pages. A white list means that only the web pages in the list will be shown, and all other web pages will be blocked.

The trick is making it easy for the parents to control the "naughty" list, without the kids being able to turn the proxy off.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文