浏览器不正确如何限制访问网站信息?

发布于 2025-01-13 02:28:25 字数 152 浏览 4 评论 0原文

如果用户不使用特定的网络浏览器,是否有可能限制对网站上的信息和数据的访问? 想要开发一款只能查看一个网站的网络浏览器。我正在开发一个 NFT 市场,出于安全原因,我想将网站和网络浏览器融合在一起。 以前没见过有人这样做。 是否可以使用 javascript 和/或 jquery 来限制它?

Is there a possibility to restrict access to the information and data on a website if the user is not using a specific web browser?
Want to develop a web browser that can view only one website. I am developing an NFT marketplace and for security reasons, I want to fuse a website and a web browser in one.
Didn't see anyone do this before.
Is it possible to restrict it with javascript and/or jquery?

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

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

发布评论

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

评论(1

北陌 2025-01-20 02:28:25

您可以读取 UserAgent 标头,或 JavaScript 中的 navigator.userAgent。但这只是为了用户方便,而不是安全,因为用户可以将其 UserAgent 更改为他们想要的任何内容。

You can read the UserAgent header, or navigator.userAgent in JavaScript. This is only for user convenience though, not security, as a user can change their UserAgent to anything they want.

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