访问“不良网站”来自嵌入式 Chromium 的列表?

发布于 2024-11-27 13:20:58 字数 231 浏览 3 评论 0原文

在警告用户有关“不良网站”时,嵌入式 Chromium 没有与独立 Chrome 相同的保护。 Chrome 用户熟悉当您尝试导航到 Google 检测到恶意软件或其他恶意网络元素的网站时出现的警告屏幕。但是,在嵌入式 Chromium 中重复此操作不会导致出现警告屏幕。有谁知道如何重现此功能,以便我可以将其添加到我的嵌入式 Chromimum 项目(在 Delphi 6 Pro 中)?如果有人“追踪出”重新创建此功能所需的网络调用,我想知道。

Embedded Chromium does not have the same protection as stand-alone Chrome does when it comes to warning users about "bad sites". Users of Chrome are familiar with the warning screen that comes up when you attempt to navigate to a web site that Google has detected malware or other nefarious web elements on. However, repeating this operation in embedded Chromium does not lead to the warning screen. Does anyone know how to reproduce this capability so I can add it to my embedded Chromimum project (in Delphi 6 Pro)? If someone has "traced out" the web calls necessary to recreate this capability I'd like to know.

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

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

发布评论

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

评论(1

风月客 2024-12-04 13:20:58

您可以使用 Google Safe Browsing API 根据 Google 可疑网络钓鱼和恶意软件页面列表检查网址。要了解如何从 delphi 访问此 API,请查看这篇文章 使用 Delphi 的 Google Safe Browsing API 从这里您可以将文章的代码集成到您自己的项目中。

You can check a URL against the Google lists of suspected phishing and malware pages using the Google Safe Browsing API. to see how access this API from delphi check this article Using the Google Safe Browsing API from Delphi from here you can integrate the code of the article inside of your own project.

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